Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: if not defined

by pKai (Priest)
on Mar 23, 2007 at 18:38 UTC ( [id://606325]=note: print w/replies, xml ) Need Help??


in reply to Re: if not defined
in thread if not defined

hm,
... and not defined($odate) && $odate eq '')
is testing if it's "not defined" (i. e. undef) and then if it's also equals the empty string.

Thinking about it, both can never be true at the same time.

Update: Oh well, twice in a row on the wrong track. :-(

TGI has the precedence right and the problem lies in the first part, not in the second I cited.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-19 11:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found