Log::Agent::File::Native
low-overhead IO::File
- Provided by: liblog-agent-perl (Version: 1.005-2)
- Report a bug
low-overhead IO::File
require Log::Agent::File::Native; my $fh = Log::Agent::File::Native->make(\*main::STDERR);
This class is a stripped down implementation of IO::File, to avoid using the IO::* hierarchy which does not work properly for my simple needs.
Raphael Manfredi <Raphael_Manfredi@pobox.com>