The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

process.pl - Test Image::Magick::CommandParser

SYNOPSIS

process.pl [options]

        Options:
        -command aString
        -help
        -logger aString
        -maxlevel aString
        -minlevel aString

All switches can be reduced to a single letter.

Exit value: 0.

OPTIONS

o -command aString

Specify the command to process as a string.

This option is mandatory.

Default: ''.

o -help

Print help and exit.

o -logger aString

Specify the empty string to disable logging.

Default: ''.

o -maxlevel logOption1

This option affects Log::Handler.

See the Log::handler docs.

Default: 'notice'.

o -minlevel logOption2

This option affects Log::Handler.

See the Log::handler docs.

Default: 'error'.

No lower levels are used.