Help for this page
>perl -we"my $x = '' < 2" Argument "" isn't numeric in numeric lt (<) at -e line 1. >perl -we"my $x = undef() < 2" Use of uninitialized value in numeric lt (<) at -e line 1.