Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: eval order of args to a sub

by eXile (Priest)
on May 31, 2007 at 13:56 UTC ( [id://618486]=note: print w/replies, xml ) Need Help??


in reply to Re: eval order of args to a sub
in thread eval order of args to a sub

thanks for that explanation, I experimented a bit with that behaviour and found this a fun example:
perl -le'$i=3; print($i, $i++, $i);'
434
perl -le'$i=3; print($i, $i+1, $i);'
343

Log In?
Username:
Password:

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

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

    No recent polls found