in reply to How come undef eq '' ??
if( $tmp and ( $tmp eq "" ) ) [download]
if( defined($tmp) and ( $tmp eq "" ) ) [download]