Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^7: Boolean counter?

by ikegami (Patriarch)
on Dec 07, 2009 at 22:03 UTC ( [id://811631]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Boolean counter?
in thread Boolean counter?

You're countering a statement about a specific Perl statement with statement about the general case.

Yes, operand evaluation order is officially not defined. Assignments are a special case. Assignments are guaranteed to evaluate their RHS argument first to allow the following to work:

my $i = $i; local $i = $i;

It does seem to be somewhere other than perlop.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-29 02:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found