Help for this page
use warnings FATAL => 'all';
{ # we actually want to treat undefs as empty strings, just easier tha +t ... no warnings 'uninitialized'; ... # code that might use undefs legitimately goes here }