NAME

patch.files.pl - Patch Typo3-based web site files.

SYNOPSIS

patch.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,
) -> run;

OPTIONS

-dir aDirName

The directory to work in.

The default value is ''.

This parameter is mandatory.

-help

Print help and exit.

-verbose #

Display more (1) or less (0) output.

The default value is 0.

This parameter is optional.

DESCRIPTION

patch.files.pl - Patch Typo3-based web site files.