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