Help for this page

Select Code to Download


  1. or download this
    >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.