Perlbug::Object::Test - Test class


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Test - Test class

DESCRIPTION

Top

Perlbug test class.

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Test;

	my $o_test = Perlbug::Object::Test->new();

	print $o_test->read('1003')->format('a');




METHODS

Top

Create new Test object:

	my $o_test = Perlbug::Object::Test->new();

Update group via web interface

	my $oid = $o_grp->webupdate(\%cgidata, $gid);

AUTHOR

Top

Richard Foley perlbug@rfi.net 2000


Perlbug documentation  | view source Contained in the Perlbug distribution.