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