Help for this page

Select Code to Download


  1. or download this
    $hashref->{"key1"} = "value1", {"key2"} = "value2";
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print %$hashref,"\n";