dta-cab-eval.perl - munge DTA::CAB documents
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)
dta-cab-convert.perl provides a command-line interface for tweaking, munging, frobbing, and/or squelching documents supported by the DTA::CAB analysis suite.
Display a short help message and exit.
Display a longer help message and exit.
Display program and module version information and exit.
Set default log level (trace|debug|info|warn|error|fatal).
Evaluate CODe for each document $doc
. Required.
Select input parser class (default: Text)
Set arbitrary input parser option OPT
to VALUE
. May be multiply specified.
Select output formatter class (default: Text).
Set output formatter option OPT
to VALUE
. May be multiply specified.
Override output formatter level (default: 1).
Set output file (default: STDOUT)
Perl by Larry Wall.
Bryan Jurish <moocow@cpan.org>
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.
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), ...