in reply to When art thy variables defined?
$ perl -MO=Deparse,-p -e'if(not defined $username || $username eq ""){ +}' if ((not (defined($username) || ($username eq '')))) { (); } -e syntax OK [download]
Makeshifts last the longest.