Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: I don't use printf enough

by Abigail-II (Bishop)
on Oct 22, 2003 at 20:53 UTC ( [id://301363]=note: print w/replies, xml ) Need Help??


in reply to I don't use printf enough

Sometimes I prefer to use some extra variables to make things more readable. This might be such a case:
my $method1 = $obj -> method1; my $method2 = $obj -> method2; my $method3 = $obj -> method3; print "text text $method1 more text $method2 blah blah $method3\n" +;

Abigail

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://301363]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-19 09:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found