Perlbug::Object::Parent - Bug class


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Parent - Bug class

DESCRIPTION

Top

Perlbug bug parent class.

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Parent;

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




METHODS

Top

new

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'); 

AUTHOR

Top

Richard Foley perlbug@rfi.net 2000 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.