Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Results depending on evaluation order

by moritz (Cardinal)
on Apr 23, 2014 at 17:51 UTC ( [id://1083402]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Results depending on evaluation order
in thread Results depending on evaluation order

eval expects a string, so the number is converted to a string, and the stringification rounds a tiny bit, so it accidentally produces the right result.

  • Comment on Re^3: Results depending on evaluation order

Replies are listed 'Best First'.
Re^4: Results depending on evaluation order
by choroba (Cardinal) on Apr 23, 2014 at 20:54 UTC
    You can prepend a q before the ( to make eval work correctly, i.e. report the difference.
    $premium = eval q($number * ( 1 + 10/100 ));
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found