Help for this page

Select Code to Download


  1. or download this
          my $file = "/strek/$race/logs/rlog$i.sr.html";
          if ( -s $file ) {
    ...
          } else {
             print "$file either does not exist or is 0 bytes!\n";
          }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    # Now do something useful with @races here