Help for this page

Select Code to Download


  1. or download this
    foreack $k (keys %$hash) {
        print "$k => $hash->{$k}\n";
        print "$k => $$hash{$k}\n";   # equivalent
    }