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

NAME

Template::Preprocessor::TTML::CmdLineProc - Process command line arguments

SYNOPSIS

    my $obj = 
        Template::Preprocessor::TTML::CmdLineProc->new(
            argv => [@ARGV],
        );
    my $result = $obj->get_result();

DESCRIPTION

The constructor accepts argv as argument, and is destructible to it. It returns a results object.

FUNCTIONS

$cmd_line->initialize(@_)

This is an internal function that initializes the arguments of the object.

$cmd_line->get_result()

This function calculates the results from the arguments. If something wrong it will throw an exception. It should be called only once.