in reply to Recursive renaming script
Then at your command prompt...=head1 Usage: rename-script [OPTIONS] PATH Options: -p Pattern to look for in file's name. Default '\s' -r Replacement string. Default '_' -n Don't use 'g' option modifier with pattern matching =cut
You could get even fancier with Pod::Usage.$ perldoc rename-script
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recursive renaming script
by amr noman (Initiate) on Dec 02, 2011 at 18:04 UTC |