Help for this page

Select Code to Download


  1. or download this
      foreach ( sort keys %h ) {
          ...
          $h{$new} = $new;
    
  2. or download this
      @sorted = sort keys %h;
      foreach ( @sorted ) {
          ...
         $h{$new} = $new;