>> For example, assuming this code:

>>    $name = undef;
>>    print "Hello world!" if ($name eq undef);

>So don't do that.  Use C<defined $name> if you want to ask that question.

That's why I want to change the names of these things.  The current
situation invites errors such as seen previously.  

Actually, one almost wants a warning on "=undef", too.  Well, some uses.  

--tom

Reply via email to