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

Re: comparing two values under 'perl -w'

by I0 (Priest)
on Apr 03, 2002 at 04:01 UTC ( [id://156225]=note: print w/replies, xml ) Need Help??


in reply to comparing two values under 'perl -w'

(not defined($a) && not defined($b)) || ($a == $b)

Replies are listed 'Best First'.
Re: Re: comparing two values under 'perl -w'
by Anonymous Monk on Apr 03, 2002 at 04:39 UTC

    That will still throw an uninit warning if one variable is defined and the other undefined.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-16 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found