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

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

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

This is an internal function that initializes the arguments of the object.
This function calculates the results from the arguments. If something wrong it will throw an exception. It should be called only once.