Help for this page

Select Code to Download


  1. or download this
      my ($startdate, $enddate);
    
      $startdate .= "01" while( length( $startdate ) <= 8 );
      $enddate .= "01" while( length( $enddate ) <= 8 );
    
  2. or download this
      my (@logfilelist);
      @logfilelist = sort @logfilelist;
    ...
      };
    
      # Now, @logfilelist contains all the logfiles in question