Help for this page

Select Code to Download


  1. or download this
    my %hash;
    for ( readdir DIR ) # or wherever your filenames come from.
    ...
      }
    }
    
  2. or download this
    for my $key ( sort keys %hash )
    {
    ...
      }
    }