Help for this page

Select Code to Download


  1. or download this
    my $max_lines = 800;
    if (($. - 1) % $max_lines == 0) {
    ...
       open($fh_out, '>', $file_name)
          or die("Unable to create file \"$file_name\": $!\n");
    }