| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Thing - Thing class
Perlbug Thing class.
id(14), name(bug), thing(object|attribute|function), description
For inherited methods, see Perlbug::Object
use Perlbug::Object::Thing;
my $o_thing = Perlbug::Object::Thing->new();
print $o_thing->read('3')->format('a');
Create new Thing object:
my $o_thing = Perlbug::Object::Thing->new();
Richard Foley perlbug@rfi.net 2001
| Perlbug documentation | view source | Contained in the Perlbug distribution. |