Help for this page

Select Code to Download


  1. or download this
    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";