| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Log - Log class
Perlbug Log class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Log; my $o_log = Perlbug::Object::Log->new(); print $o_log->create($h_data);
Create new Log object:
my $o_rng = Perlbug::Object::Log->new();
Richard Foley perlbug@rfi.net 2001
| Perlbug documentation | view source | Contained in the Perlbug distribution. |