Help for this page

Select Code to Download


  1. or download this
    $\ = "\n";
    foreach (eval "keys \%{ \$new_hash->$key }" ){ print }
    
  2. or download this
    my @path = qw(key1 key2 key3);
    
    ...
    foreach (keys %$reference){
        print;
    }