Help for this page

Select Code to Download


  1. or download this
    foreach $line (<$filelog>){
            chomp($line);
    ...
            }
        }
    
  2. or download this
    x @$ort_log[$site_index]
    
  3. or download this
                @$filelog[$site_index]=substr ($line, 4, -1);
                $site_index=$site_index+1;