Help for this page

Select Code to Download


  1. or download this
    my @h1_inners = ();
    for my $ref (values %hash1) {
        push(@h1_inners, keys %$ref);
    }