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

test.fileset.pl - Test parsing a set of artificial files

SYNOPSIS

test.file.pl [options]

        Options:
        -attribute aString
        -encoding aString
        -help
        -maxlevel aString
        -minlevel aString

All switches can be reduced to a single letter.

Exit value: 0.

OPTIONS

o -attribute aString

Specifies the type of BNF to process:

o d

This is for a path's 'd' attribute.

o points

Use this for a polygon's and a polyline's points.

o preserveAspectRatio

Various tags can have a 'preserveAspectRatio' attribute.

o transform

Various tags can have a 'transform' attribute.

o viewBox

Various tags can have a 'viewBox' attribute.

Default: 'd'.

o -encoding aString

$string takes values such as 'utf-8', and the code converts this into '<:encoding(utf-8)'.

This option is rarely needed.

Default: ''.

o -help

Print help and exit.

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.