NAME

Perlbug::Object::Test - Test class

DESCRIPTION

Perlbug test class.

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Test;

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

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

METHODS

new

Create new Test object:

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

Update group via web interface

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

AUTHOR

Richard Foley perlbug@rfi.net 2000

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 43:

'=item' outside of any '=over'

Around line 106:

You forgot a '=back' before '=head1'