Help for this page

Select Code to Download


  1. or download this
    delete @hash{keys %end};
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    delete @hash{keys %end};
    
    print "$_ => $hash{$_}\n" for keys %hash;