Help for this page

Select Code to Download


  1. or download this
    my $href = shift;
    for my $key ( keys %{ $href } ) {
        push @{$href->{$key}}, 1;
    }