NAME

dta-cab-eval.perl - munge DTA::CAB documents

SYNOPSIS

dta-cab-eval.perl [OPTIONS...] DOCUMENT_FILE(s)...

General Options:
 -help                           ##-- show short usage summary
 -man                            ##-- show longer help message
 -version                        ##-- show version & exit
 -verbose LEVEL                  ##-- set default log level
 -profile , -noprofile           ##-- do/don't profile I/O classes (default=do)

Code Options:
 -eval CODE			  ##-- evaluate CODE for each document $doc (required)
 -begin CODE			  ##-- intialization CODE
 -end CODE			  ##-- finalization CODE
 -module MODULE		  ##-- alias for -begin 'use MODULE;'

I/O Options
 -input-class CLASS              ##-- select input parser class (default: Text)
 -input-option OPT=VALUE         ##-- set input parser option

 -output-class CLASS             ##-- select output formatter class (default: Text)
 -output-option OPT=VALUE        ##-- set output formatter option
 -output-level LEVEL             ##-- override output formatter level (default: 1)
 -output-file FILE               ##-- set output file (default: STDOUT)

DESCRIPTION

dta-cab-convert.perl provides a command-line interface for tweaking, munging, frobbing, and/or squelching documents supported by the DTA::CAB analysis suite.

OPTIONS AND ARGUMENTS

General Options

-help

Display a short help message and exit.

-man

Display a longer help message and exit.

-version

Display program and module version information and exit.

-verbose

Set default log level (trace|debug|info|warn|error|fatal).

-eval CODE

Evaluate CODe for each document $doc. Required.

I/O Options

-input-class CLASS

Select input parser class (default: Text)

-input-option OPT=VALUE

Set arbitrary input parser option OPT to VALUE. May be multiply specified.

-output-class CLASS

Select output formatter class (default: Text).

-output-option OPT=VALUE

Set output formatter option OPT to VALUE. May be multiply specified.

-output-level LEVEL

Override output formatter level (default: 1).

-output-file FILE

Set output file (default: STDOUT)

ACKNOWLEDGEMENTS

Perl by Larry Wall.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2012-2019 by Bryan Jurish. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

dta-cab-analyze.perl(1), dta-cab-convert.perl(1), dta-cab-cachegen.perl(1), dta-cab-xmlrpc-server.perl(1), dta-cab-xmlrpc-client.perl(1), DTA::CAB(3pm), perl(1), ...