Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: redirect stream from wirte; to $string

by thezip (Vicar)
on Jan 31, 2011 at 04:48 UTC ( [id://885196]=note: print w/replies, xml ) Need Help??


in reply to redirect stream from wirte; to $string

sprintf and printf are your huckleberries...

The first argument is the format specification, which is then followed by a list of variables that directly correspond to the "placeholders" specified in the format.

For example,

printf "%05d", 32; # prints an integer 5 digits wide, with leading ze +roes, ie. 00032 printf "%32s", 'foo'; # prints the word 'foo' into an area 32 characte +rs wide

This doesn't even begin to scratch the surface of what sprint and printf do, but it is a place to start.


What can be asserted without proof can be dismissed without proof. - Christopher Hitchens

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-20 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found