Help for this page

Select Code to Download


  1. or download this
    use strict;
    # use warnings;
    ...
    print $temp "Pointer$_ - $lines";
    }
    
  2. or download this
    foreach my $line(@array){
    foreach my file(0 .. 100 or however would be best){
    ...
    write $line from array to $file
        }
    }