Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $h{key} ? $h{key} : "nokey";
    
    print "\n", Dumper (\%h);
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #key: d is not true
    #key: d is not defined
    #key: d is not existing