Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Avoiding the == blues

by TimToady (Parson)
on Dec 31, 2004 at 18:12 UTC ( [id://418568]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        foo.equals(0)
    
  2. or download this
        0.equals(foo)
    
  3. or download this
        while $item = shift(@foo) {...}
    
  4. or download this
        while my $item = shift(@foo) {...}
    
  5. or download this
        for @foo -> $item {...}
    
  6. or download this
        if $x = long_expression() {...}
    
  7. or download this
        given long_expression -> $x {...}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-18 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found