| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Message - Message class
Perlbug bug class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Message;
my $o_msg = Perlbug::Object::Message->new();
print $o_msg->read('123')->format('a');
Create new Message object:
my $o_msg = Perlbug::Object::Message->new();
Richard Foley perlbug@rfi.net 2000
| Perlbug documentation | view source | Contained in the Perlbug distribution. |