If you need to create empty files in the directories, just open a file with Perl and close it. Something like this:
my $file = "$dir/file.png"; open my $FH, ">", $file or die "could not open $file $!"; close $FH;
In reply to Re: Perl Script to create sample files in each directories created.
by Laurent_R
in thread Perl Script to create sample files in each directories created.
by rahul_lfo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |