The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perlbug::Object::Note - Note class

DESCRIPTION

Perlbug note class.

For inherited methods, see Perlbug::Object::Object

SYNOPSIS

        use Perlbug::Object::Note;

        my $o_note = Perlbug::Object::Note->new();

        print $o_note->read('503')->format('a');

METHODS

new

Create new Note object:

        my $o_note = Perlbug::Object::Note->new();

AUTHOR

Richard Foley perlbug@rfi.net 2000