DTA::CAB::Comment - DTA::CAB data: comments
use DTA::CAB::Comment;
##========================================================================
## Constructors etc.
$cmt = CLASS_OR_OBJ->new($comment_text);
DEPRECATED
Abandoned attempt at representing comments from document data files as specialized DTA::CAB::Datum objects.
$cmt = CLASS_OR_OBJ->new($comment_text);
object structure:
SCALAR ref: \$comment_text
Bryan Jurish <moocow@cpan.org>
Copyright (C) 2011-2019 by Bryan Jurish
This package 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-http-server.perl(1), dta-cab-http-client.perl(1), dta-cab-xmlrpc-server.perl(1), dta-cab-xmlrpc-client.perl(1), DTA::CAB::Server(3pm), DTA::CAB::Client(3pm), DTA::CAB::Format(3pm), DTA::CAB(3pm), perl(1), ...