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