in reply to Re: Re: what is *undef* ?in thread what is *undef* ?
print defined($a) ? "Defined\n" : "Undefined\n"; [download]