Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    else {
        print "The key '$k' doesn't exist.\n";
    }
    
  2. or download this
    $ pm_hash_search.pl
    Enter the key you want to search for: 37
    ...
    $ pm_hash_search.pl
    Enter the key you want to search for: 101
    The key '101' has the value: f