Help for this page

Select Code to Download


  1. or download this
    my $address;
    while (<IN_FILE>) {
    ...
      if ($address & 1) { print OUT_FILE1 $_ }
      else { print OUT_FILE2 $_ }
    }