Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

IPC::Run3::ProfLogReader

Name IPC::Run3::ProfLogReader
Version 0.048
Located at /usr/local/share/perl5
File /usr/local/share/perl5/IPC/Run3/ProfLogReader.pm
Is Core No
Search CPAN for this module IPC::Run3::ProfLogReader
Documentation IPC::Run3::ProfLogReader
Module Details IPC::Run3::ProfLogReader

NAME

IPC::Run3::ProfLogReader - read and process a ProfLogger file


SYNOPSIS

 use IPC::Run3::ProfLogReader;
 my $reader = IPC::Run3::ProfLogReader->new; ## use "run3.out"
 my $reader = IPC::Run3::ProfLogReader->new( Source => $fn );
 my $profiler = IPC::Run3::ProfPP;   ## For example
 my $reader   = IPC::Run3::ProfLogReader->new( ..., Handler => $p );
 $reader->read;
 $eaderr->read_all;


DESCRIPTION

Reads a log file. Use the filename ``-'' to read from STDIN.


METHODS

IPC::Run3::ProfLogReader->new( ... )

$reader->set_handler( $handler )

$reader->get_handler()

$reader->read()

$reader->read_all()

This method reads until there is nothing left to read, and then returns true.


LIMITATIONS


COPYRIGHT

    Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved


LICENSE

You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.


AUTHOR

Barrie Slaymaker <barries@slaysys.com>

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024