Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: return value of "if" (documentation?)

by LanX (Saint)
on Jan 08, 2014 at 15:32 UTC ( [id://1069821]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -xLEVEL
    
    ...
    
    If LEVEL is at least 7, "if" statements will be translated into
    equivalent expressions using "&&", "?:" and "do {}"; for instance
    
  2. or download this
    lanx@nc10-ubuntu:~$ perl -MO=Deparse,-x7 -e 'if($a){print $b}'
    $a and do {
        print $b
    };
    -e syntax OK
    

Log In?
Username:
Password:

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

    No recent polls found