Help for this page
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