NAME
Perlbug::Object::Message - Message class
DESCRIPTION
Perlbug bug class.
For inherited methods, see Perlbug::Object
SYNOPSIS
use Perlbug::Object::Message;
my $o_msg = Perlbug::Object::Message->new();
print $o_msg->read('123')->format('a');
METHODS
- new
-
Create new Message object:
my $o_msg = Perlbug::Object::Message->new();
AUTHOR
Richard Foley perlbug@rfi.net 2000
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 44:
'=item' outside of any '=over'
- Around line 69:
You forgot a '=back' before '=head1'