Help for this page

Select Code to Download


  1. or download this
    my %fruits  = ( "Apples"  => 3, 
                    "Oranges" => 6 );
    print_hash(();