Help for this page

Select Code to Download


  1. or download this
    my $hash;
    print "\$hash is: ", defined $hash ? $hash : "undefined", "\n";
    ...
        print "'one' exists\n";
    }
    print "\$hash is: ", defined $hash ? $hash : "undefined", "\n";