- or download this
print "Enter a directory´s path to work with all files in a folder or
+a single file path\n\n";
chomp(my $input = <STDIN>);
...
... process folder
}
- or download this
print "Enter a directory´s path to work with all files in a folder or
+a single file path\n\n";
chomp(my $input = <STDIN>);
...
... process folder
}