Help for this page

Select Code to Download


  1. or download this
    me@BothMachines: perl -e'use warnings; print undef; print "done\n";'
    Use of uninitialized value in print at -e line 1.
    done
    ...
    me@BothMachines: ./test.pl 
    Use of uninitialized value in print at ./test.pl line 4.
    done