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

NAME

rend.pl - Run GraphViz2::Marpa::Renderer::GraphViz2

SYNOPSIS

rend.pl [options]

        Options:
        -help
        -maxlevel logOption1
        -minlevel logOption2
        -output_file aRenderedOutputFileName
        -parsed_file aParsedOutputFileName

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

OPTIONS

-help

Print help and exit.

-maxlevel logOption1

This option affects Log::Handler.

See the Log::handler docs.

Default: 'notice'.

-minlevel logOption2

This option affects Log::Handler.

See the Log::handler docs.

Default: 'error'.

No lower levels are used.

-output_file aRenderedOutputFileName

Specify the name of a file to be used for output by the renderer.

See the distro for data/*.rend (output from the default renderer).

Default: ''.

The default means the file is not written.

-parsed_file aParsedOutputFileName

Specify the name of a CSV file of parsed tokens to read.

See the distro for data/*.parse.

Default: ''.