Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "Hello\n";
    
    if (undef eq '') { print "yes\n" } else { print "no\n"; }
    
  2. or download this
    ./test14.pl
    Foo
    ...
    Hello
    Use of uninitialized value in string eq at ./test14.pl line 31.
    yes