Help for this page

Select Code to Download


  1. or download this
    # always use strictures (the following two lines)
    use strict; 
    ...
        print "The value for '$key' is '$hash{$key}'\n";
        last;
    }
    
  2. or download this
    The value for 'key4' is 'The goods'