dta-cab-compile.perl - Compile a DTA::CAB analysis configuration |
dta-cab-compile.perl - Compile a DTA::CAB analysis configuration
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)
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
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).
Required.
Load analyzer configuration from INFILE, which should be a file parseable by DTA::CAB::Persistent::loadFile() as a DTA::CAB::Analyzer object.
Read input configuration file in mode MODE (default: guessed from filename).
Do/don't pre-load analyzer data from INFILE. Default: do.
Set an arbitrary analysis option OPT
to VALUE
.
May be multiply specified.
Write "compiled" output file to OUTFILE (default: STDOUT).
Write "compiled" output file in mode MODE (default: 'bin').
Perl by Larry Wall.
Bryan Jurish <jurish@bbaw.de>
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.
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), ...
dta-cab-compile.perl - Compile a DTA::CAB analysis configuration |