lib::LWP::IO

Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 55
Index Return to Main Contents
 

NAME

LWP::IO - Low level I/O capability  

SYNOPSIS

 use LWP::IO ();


 

DESCRIPTION

 

LWP::IO::read($fd, $data, $size, $offset, $timeout)

 

LWP::IO::write($fd, $data, $timeout)

These routines provide low level I/O with timeout capability for the LWP library. These routines will only be installed if they are not already defined. This fact can be used by programs that need to override these functions. Just provide replacement functions before you require LWP. See also the LWP::TkIO manpage.


 

Index

NAME
SYNOPSIS
DESCRIPTION
LWP::IO::read($fd, $data, $size, $offset, $timeout)
LWP::IO::write($fd, $data, $timeout)

This document was created by man2html, using the manual pages.
Time: 23:58:15 GMT, February 15, 2023