Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    
    my %$foo=("key1"=>"value1","key2"=>"value2");
    print $bar{"key1"};