- or download this
use File::Find;
use strict;
...
# print "$File::Find::name\n";
}
}
- or download this
47 open $OFH, ">", $directory_name . "\\" . $output_file_name
or die "Could not open output file: $output_file_name\n$!";
- or download this
open $OFH, ">:raw", $directory_name . "\\" . $output_file_name