in reply to
write multiple files to a new directory
Add "code" tags around your code:
Writeup Formatting Tips
below is my code which didn't work
Until you give us more details about how it didn't work, start debugging:
Basic debugging checklist
warnings
: You never use $write_dir
open
or
die
Make sure you have the files:
use Data::Dumper; print Dumper(\@files);
Comment on
Re: write multiple files to a new directory
Download
Code
In Section
Seekers of Perl Wisdom