| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Change - change id class handler
Perlbug change id class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Change;
my $o_Change = Perlbug::Object::Flag->new();
print $o_Change->read('444')->format('a');
Create new Change object:
my $o_Change = Perlbug::Object::Flag->new();
Richard Foley perlbug@rfi.net 2001
| Perlbug documentation | view source | Contained in the Perlbug distribution. |