![]() |
|
more useful options | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
That one's simply undocumented.From Auto increment and Auto decrement: Note that just as in C, Perl doesn't define when the variable is incremented or decremented. You just know it will be done sometime before or after the value is returned. This also means that modifying a variable twice in the same statement will lead to undefined behaviour.(with the specific example I mentioned listed under “Don't do that”). In reply to Re^4: Unexpected parsing
by JadeNB
|
|