dta-cab-compile.perl - Compile a DTA::CAB analysis configuration


NAME

dta-cab-compile.perl - Compile a DTA::CAB analysis configuration

(Back to Top)


SYNOPSIS

 dta-cab-compile.perl [OPTIONS...]
 General Options:
  -help                           ##-- show short usage summary
  -man                            ##-- show longer help message
  -version                        ##-- show version & exit
  -verbose LEVEL                  ##-- alias for -log-level=LEVEL
 I/O Options
  -config INFILE                  ##-- load analyzer config file PLFILE
  -analysis-option OPT=VALUE      ##-- set analysis option
  -preload , -noload              ##-- do/don't pre-load configuration data (default=do)
  -output OUTFILE                 ##-- save configuration to FILE (default=STDOUT)
  -input-mode=MODE                ##-- force input mode
  -output-mode=MODE               ##-- force output mode
 Logging Options                  ##-- see Log::Log4perl(3pm)
  -log-level LEVEL                ##-- set minimum log level (internal config only)
  -log-config L4PFILE             ##-- use external log4perl config file (default=internal)

(Back to Top)


DESCRIPTION

dta-cab-compile.perl is a command-line utility for compiling DTA::CAB and DTA::CAB::Analyzer configuration files, e.g. from perl format to binary format

(Back to Top)


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).

Analysis Options

-config=INFILE

Required.

Load analyzer configuration from INFILE, which should be a file parseable by DTA::CAB::Persistent::loadFile() as a DTA::CAB::Analyzer object.

-input-mode=MODE

Read input configuration file in mode MODE (default: guessed from filename).

-preload , -noload

Do/don't pre-load analyzer data from INFILE. Default: do.

-analysis-option OPT=VALUE

Set an arbitrary analysis option OPT to VALUE. May be multiply specified.

-output=OUTFILE

Write "compiled" output file to OUTFILE (default: STDOUT).

-output-mode=MODE

Write "compiled" output file in mode MODE (default: 'bin').

(Back to Top)


ACKNOWLEDGEMENTS

Perl by Larry Wall.

(Back to Top)


AUTHOR

Bryan Jurish <jurish@bbaw.de>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2009 by Bryan Jurish

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.

(Back to Top)


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), ...

(Back to Top)

 dta-cab-compile.perl - Compile a DTA::CAB analysis configuration