NAME

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

SYNOPSIS

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;

OPTIONS

-dir aDirName

The directory to work in.

The default value is ''.

This parameter is mandatory.

-help

Print help and exit.

-verbose #

Display more or less output.

This parameter is optional.

DESCRIPTION

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