The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

 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.