The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perlbug::Object::Child - Bug class

DESCRIPTION

Perlbug bug parent class.

For inherited methods, see Perlbug::Object

SYNOPSIS

        use Perlbug::Object::Child;

        print Perlbug::Object::Child->new()->read('19990127.003')->format('a');

METHODS

new

Create new Child object:

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

Object references are returned with most methods, so you can 'chain' the calls:

        print $o_pa ->read('198700502.007')->format('h'); 

AUTHOR

Richard Foley perlbug@rfi.net 2000