| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Parent - Bug class
Perlbug bug parent class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Parent;
print Perlbug::Object::Parent->new()->read('19990127.003')->format('a');
Create new Parent object:
my $o_pa = Perlbug::Object::Parent->new();
Object references are returned with most methods, so you can 'chain' the calls:
print $o_pa ->read('198700502.007')->format('h');
Richard Foley perlbug@rfi.net 2000 2001
| Perlbug documentation | view source | Contained in the Perlbug distribution. |