DTA-CAB
view release on metacpan or search on metacpan
dta-cab-http-client.perl view on Meta::CPAN
##-- I/O Options
our $inputClass = undef; ##-- default parser class
our $outputClass = undef; ##-- default format class
our $outfile = '-';
our %qfo = (
#encoding => 'UTF-8',
);
our (%ifo,%ofo, $qfmt,$ifmt,$ofmt);
our $bench_iters = 1; ##-- number of benchmark iterations for -bench mode
our $trace_request_file = undef; ##-- trace request to file?
##==============================================================================
## Command-line
GetOptions(##-- General
'help|h' => \$help,
'man' => \$man,
'version|V' => \$version,
##-- Client Options
dta-cab-xmlrpc-client.perl view on Meta::CPAN
our %analyzeOpts = qw(); ##-- currently unused
our $doProfile = undef;
##-- I/O Options
our $inputClass = undef; ##-- default parser class
our $outputClass = undef; ##-- default format class
our %inputOpts = ();
our %outputOpts = (level=>0);
our $outfile = '-';
our $bench_iters = 1; ##-- number of benchmark iterations for -bench mode
our $trace_request_file = undef; ##-- trace request to file?
##==============================================================================
## Command-line
GetOptions(##-- General
'help|h' => \$help,
'man|m' => \$man,
'version|V' => \$version,
##-- Client Options
( run in 0.687 second using v1.01-cache-2.11-cpan-71847e10f99 )