| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Project - Project class
Perlbug Project class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Project;
my $o_proj = Perlbug::Object::Project->new();
print $o_proj->read('1003')->format('a');
Create new Project object:
my $o_proj = Perlbug::Object::Project->new();
Richard Foley perlbug@rfi.net 2000
| Perlbug documentation | view source | Contained in the Perlbug distribution. |