
rename.files.pl - Rename Typo3-based web site files.

rename.files.pl [options]
Options:
-dir aDirName
-help
-verbose #
All switches can be reduced to a single letter.
Exit value: 0 (no error) or 1 (error).
Sample code:
use WWW::Scraper::Typo3;
WWW::Scraper::Typo3 -> new
(
dir => '/dev/shm/homepage/a_project/',
verbose => 1,
) -> rename_files;

The directory to work in.
The default value is ''.
This parameter is mandatory.
Print help and exit.
Display more or less output.
This parameter is optional.

rename.files.pl - Rename Typo3-based web site files.