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