dta-cab-blockscan.perl - scan for block boundaries in DTA::CAB documents
dta-cab-blockscan.perl [OPTIONS...] DOCUMENT_FILE(s)...
General Options:
-help ##-- show short usage summary
-version ##-- show version & exit
-verbose LEVEL ##-- set default log level
I/O Options:
-input-class CLASS ##-- select input parse class (default: TT)
-input-option OPT=VALUE ##-- set input parser option
-block SIZE[{k,M,G,T}][@EOB] ##-- select block boundary specification (default: format-dependent)
-output-file FILE ##-- set output file (default: STDOUT)
dta-cab-blockscan.perl is a command-line utility for testing the DTA::CAB block-wise I/O API.
Display a short help message and exit.
Display program and module version information and exit.
Set default log level (trace|debug|info|warn|error|fatal).
Select input parser class (default: Text)
Set arbitrary input parser option OPT
to VALUE
. May be multiply specified.
Set output file (default: STDOUT). Output is written in DTA::CAB::Format::TJ format, where each "sentence" represents a single input file, and each "token" represents a single I/O block. Token "text" is the filename, and block attributes are returned as JSON in the token attribute field.
Perl by Larry Wall.
Bryan Jurish <moocow@cpan.org>
Copyright (C) 2011-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), ...