Help for this page

Select Code to Download


  1. or download this
    sub DigThroughHashref {
        my $hr_data  = shift;
    ...
            }
        } ## end foreach (keys %{$hr_data})
    } ## end sub DigThroughHashref
    
  2. or download this
    foreach (keys %{$hashref}) {
    }