Help for this page

Select Code to Download


  1. or download this
    my $file_name_in  = 'infile.txt';
    my $file_name_out = 'file%d.txt';
    ...
    
       print { $fh_out } $_;
    }