Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: if and else

by fullermd (Priest)
on Aug 18, 2009 at 05:10 UTC ( [id://789342]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % perl -MO=Deparse -e 'print "TRUE" if ( 0 ) or die "FALSE"'
    print 'TRUE' if die 'FALSE';
    
    % perl -MO=Deparse -e 'print "TRUE" if ( 0 ) or print "FALSE"'
    print 'TRUE' if print 'FALSE';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-16 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found