Perlbug::Object::Note - Note class


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Note - Note class

DESCRIPTION

Top

Perlbug note class.

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

SYNOPSIS

Top

	use Perlbug::Object::Note;

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

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




METHODS

Top

new

Create new Note object:

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

AUTHOR

Top

Richard Foley perlbug@rfi.net 2000


Perlbug documentation  | view source Contained in the Perlbug distribution.