Help for this page

Select Code to Download


  1. or download this
    print "undef evaluates as zero 
           in a numerical context" if (undef == 0);
    
  2. or download this
    Use of uninitialized value in numeric eq (==) at myprog.pl line 4.