| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Status - bug status handler
Perlbug bug status class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Status; my $o_Status = Perlbug::Object::Status->new(); print $o_Status->selector;
Create new Status object:
my $o_Status = Perlbug::Object::status->new();
Richard Foley perlbug@rfi.net 2001
| Perlbug documentation | view source | Contained in the Perlbug distribution. |