Help for this page

Select Code to Download


  1. or download this
    while ( my ($k1, $href) = each %hash ) {
        while ( my ($k2, $k3) = each %{ $href } ) {
        }
    }