Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Different values while applying format specifiers

by perlmonksuser (Initiate)
on Aug 26, 2014 at 20:25 UTC ( [id://1098667]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    printf("%d\n",100 * 3.1);
    print "10.1 Manipulation\n";
    ...
    $d=sprintf("%d\n",100 * 5.1);
    printf("%.0f\n",100 * 5.1);
    print $d;
    
  2. or download this
    310
    10.1 Manipulation
    ...
    509
    510
    509
    

Log In?
Username:
Password:

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

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

    No recent polls found