Help for this page
my $hash = undef; print "shouldn't print\n" if $hash; # still prints nothing ... print "Autovivified\n"; # Won't print; } print "Still shouldn't print.\n";