Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: variable set to 0 ? 0 : 1

by hossman (Prior)
on Sep 06, 2002 at 08:01 UTC ( [id://195594]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    laptop:~> perl -wle 'print "TrUe" if undef == 0'
    Use of uninitialized value in numeric eq (==) at -e line 1.
    TrUe
    
  2. or download this
    laptop:~> perl -le 'print "TrUe" if "foo" == 0'
    TrUe
    laptop:~> perl -le 'print "TrUe" if "foo"'
    TrUe
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-19 16:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found