The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

parse.file.pl - Parsing any SVG file

SYNOPSIS

test.file.pl [options]

        Options:
        -help
        -input_file_name anSVGFileName
        -maxlevel aString
        -minlevel aString
        -output_file_name aCSVFileName

All switches can be reduced to a single letter.

Exit value: 0.

OPTIONS

o -help

Print help and exit.

o -input_file_name anSVGFileName

The name of an SVG file to process.

See data/*.svg for some samples.

This option is mandatory.

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.

o -output_file_name aCSVFileName

The name of a CSV file to write, of parsed tokens.

See also the -encoding option.

By default, nothing is written.

Default: ''.