http://qs321.pair.com?node_id=1016195


in reply to Re^3: How come undef eq '' ??
in thread How come undef eq '' ??

perlmodlib begs to differ:

Try to use warnings; (or use warnings qw(...); ). Remember that you can add no warnings qw(...); to individual blocks of code that need less warnings.