Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Data::Dumper and printf

by LanX (Saint)
on Nov 21, 2012 at 17:05 UTC ( [id://1004961]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Data::Dumper and printf
in thread Data::Dumper and printf

one confusing thing is that printf and sprintf have different prototypes!

DB<108> prototype "CORE::sprintf" => "\$\@" DB<109> prototype "CORE::printf" => undef

so sprintf @array will evaluate the array in scalar context, such that now the number of elements will be interpreted as format string...

Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-23 11:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found