Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: print behavior

by Moron (Curate)
on Jul 12, 2007 at 08:36 UTC ( [id://626170]=note: print w/replies, xml ) Need Help??


in reply to print behavior

Many different replies about something being wrong and yet if we break down into the ordered steps one should expect Perl or even C to take:

1) evaluate a list of two arguments 0) $x = 0 and 1) $x++ = 0.

2) increment $x so that the list of arguments is now 0: $x=1 and 1) $x++ = 0 (stays unchanged - that's what postincrement is for!)

3) Call the function with the two arguments whose values we just established should be 1 and 0 respectively.

Then we see that the results are the only results we should expect to happen!

__________________________________________________________________________________

^M Free your mind!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-26 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found