Perlbug::Object::Object - application Object type


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Object - application Object type

DESCRIPTION

Top

Perlbug Object class, types and application of objects in application.

id(14), name(bug), thing(object|attribute|function), description

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Object;

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

	print $o_thing->read('3')->format('a');




METHODS

Top

new

Create new Object object:

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

AUTHOR

Top

Richard Foley perlbug@rfi.net 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.