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

NAME

lex.pl - Run Genealogy::Gedcom::Reader::Lexer.

SYNOPSIS

lex.pl [options]

        Options:
        -help
        -input_file aRawFileName
        -maxlevel logOption1
        -minlevel logOption2
        -report_items 0 or 1
        -strict 0 or 1

Exit value: 0 for success, 1 for failure. Die upon error.

OPTIONS

-help

Print help and exit.

-input_file aRawFileName

Read the GEDCOM data from a file.

Default: ''.

-maxlevel logOption1

This option affects Log::Handler.

See the Log::handler docs.

Default: 'info'.

-minlevel logOption2

This option affects Log::Handler.

See the Log::handler docs.

Default: 'error'.

No lower levels are used.

-report_items 0 or 1

Report the items recognised by the state machine.

Default: 0.

-strict 0 or 1

Specify the degree of strictness in validation.

Default: 0.