| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Test - Test class
Perlbug test class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Test;
my $o_test = Perlbug::Object::Test->new();
print $o_test->read('1003')->format('a');
Create new Test object:
my $o_test = Perlbug::Object::Test->new();
Update group via web interface
my $oid = $o_grp->webupdate(\%cgidata, $gid);
Richard Foley perlbug@rfi.net 2000
| Perlbug documentation | view source | Contained in the Perlbug distribution. |