Nick Ing-Simmons (PAUSE Custodial Account) > Tk-HTML > LWP::TkIO

Download:
Tk-HTML-3.003.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

LWP::TkIO - Tk I/O routines for the LWP library

SYNOPSIS ^

use vars qw($VERSION); $VERSION = '3.002'; # $Id: //depot/Tk-HTML/HTML/IO.pm#2 $

 use Tk;
 require LWP::TkIO;
 require LWP::UserAgent;

DESCRIPTION ^

This module provide replacement functions for the LWP::IO functions. Require this module if you use Tk and want non exclusive IO behaviour from LWP.

See also LWP::IO.