Help for this page

Select Code to Download


  1. or download this
    foreach (keys %hash) {
      print "$_ : ";
      print "$hash{$_}" if defined $hash{$_};
    }