Help for this page

Select Code to Download


  1. or download this
    # plain hash note parens()
    my %plain = (a=>1,b=>2);
    ...
    foreach my $k ( keys %{$ref} )