debian man page for ipc::run3::proflogreader

Query: ipc::run3::proflogreader

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IPC::Run3::ProfLogReader(3pm)				User Contributed Perl Documentation			     IPC::Run3::ProfLogReader(3pm)

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 v5.14.2 2011-12-23 IPC::Run3::ProfLogReader(3pm)
Related Man Pages
ipc::run3(3) - mojave
ipc::run35.18(3) - mojave
ipc::run3::profreporter(3) - mojave
ipc::run3::profreporter5.18(3) - mojave
ipc::run::io(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com