NAME
Perlbug::Object::Thing - Thing class
DESCRIPTION
Perlbug Thing class.
id(14), name(bug), thing(object|attribute|function), description
For inherited methods, see Perlbug::Object
SYNOPSIS
use Perlbug::Object::Thing;
my $o_thing = Perlbug::Object::Thing->new();
print $o_thing->read('3')->format('a');
METHODS
- new
-
Create new Thing object:
my $o_thing = Perlbug::Object::Thing->new();
AUTHOR
Richard Foley perlbug@rfi.net 2001
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 45:
'=item' outside of any '=over'
- Around line 70:
You forgot a '=back' before '=head1'