Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: eval order of args to a sub

by graq (Curate)
on May 31, 2007 at 07:25 UTC ( [id://618418]=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

Can you guess what the following prints?
perl -le"$i=3; sub { $_1++; print @_ }->($i+0, ++$i, $i+0, $i);"

That's a sneaky one! I was completely wrong:
syntax error at -e line 1, near "="

PS: Just joking with you :)

-=( Graq )=-

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://618418]
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-24 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found