Help for this page

Select Code to Download


  1. or download this
    {
    find (sub {my $filename = $File::Find::name;
    ...
    close LOGFILE;
    }
    
  2. or download this
     if ( -f $filename && $filename =~ /^Log*/ )
    
  3. or download this
     if ( -f $filename && $filename =~ /^L/ )
    
  4. or download this
    Log.txt.20151102
    Log.txt.20151103
    Fsvrcom1.trc
    Fsvrcom2.trc