in reply to Re: Re: what is *undef* ?
in thread what is *undef* ?

Or use the parentheses around the argument to defined():
print defined($a) ? "Defined\n" : "Undefined\n";
That looks more sensical than some floating + to make things work.

japhy -- Perl and Regex Hacker