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

Re^5: use of print f and sprint f

by blokhead (Monsignor)
on Nov 10, 2004 at 16:50 UTC ( [id://406717]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       %n   special: *stores* the number of characters output so far
            into the next variable in the parameter list
    
  2. or download this
    my $name   = ...; ## from user input
    my $amount = ...;
    ...
    
    # instead of
    # printf "%s : \$%.02f\n", $name, $amount;
    
  3. or download this
    $name = (" " x 5000) . "%n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found