Help for this page

Select Code to Download


  1. or download this
    $outFile = "tmp.txt";
    $outFile1 = "tmpo.txt";
    open FILE, "> $outFile" or die "Cannot open file: $!";
    ...
      .. #100 lines of same code here
      ..
    }
    
  2. or download this
    $outFile = "tmp.txt";
    $outFile1 = "tmpo.txt";
    open FILE, "> $outFile" or die "Cannot open file: $!";
    ...
      .. #100 lines of similar code here
      ..
    }