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

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

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. This does not allow LWP to run simultaneous requests though.
See also LWP::IO.