Skip to Content
Perl by Example
book

Perl by Example

by Ellie Quigley
December 2014
Beginner
888 pages
25h 23m
English
Addison-Wesley Professional
Content preview from Perl by Example

Chapter 4. Getting a Handle on Printing

Image

When you complete this chapter, you should be able to explain each of the following statements (each statement is an entity unto itself):

printf "%-10s\t\$%d%10.2f\t%b\t%x\t%o\n", "Jack", 15,15,15,15,15;print 'She cried, "I can\'t help you!"'," \n";$str = sprintf "\$%.2f", $sal;print  qq!\u$name, the local time is !, scalar localtime, "\n";use feature qw(say);say "The sum is ", 5 + 4;say "No more! "

Before we get started, please take note that each line of code, in most of the examples throughout this book, is numbered. The output and explanations are also numbered to match ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Perl

Beginning Perl

Curtis Ovid Poe
Perl Hacks

Perl Hacks

Chromatic, Damian Conway, Curtis Ovid Poe, Curtis (Ovid) Poe
Mastering Perl

Mastering Perl

brian d foy
Learning Perl 6

Learning Perl 6

brian d foy

Publisher Resources

ISBN: 9780133593068Purchase book