$ perl -le 'print "true" if undef == 0;' true $ perl -le 'print "true" if undef eq "";' true