The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DTA::CAB::Comment - DTA::CAB data: comments

SYNOPSIS

 use DTA::CAB::Comment;
 
 ##========================================================================
 ## Constructors etc.
 
 $cmt = CLASS_OR_OBJ->new($comment_text);
 

DESCRIPTION

DEPRECATED

Abandoned attempt at representing comments from document data files as specialized DTA::CAB::Datum objects.

Constructors etc.

new
 $cmt = CLASS_OR_OBJ->new($comment_text);
  • object structure:

    • SCALAR ref: \$comment_text

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

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.

SEE ALSO

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