Help for this page

Select Code to Download


  1. or download this
    push( @{$modtimes{substr($filename,0,2)}, $modtime );
    
  2. or download this
    foreach $type ( sort keys %modtimes ) {
       @times = @{$modtimes{$type}};
       # do something with this set of @times...
    }