Help for this page

Select Code to Download


  1. or download this
    my %hash = ('key1' => 'v1', 'key2' => 'v2');
    
    ...
    }
    
    print %hash; # Prints both key/value pairs