David Sanders <[EMAIL PROTECTED]> writes: > Thanks, here is where it hangs:
[...] > LWP::Simple::_trivial_http_get(c:/Perl/site/lib/LWP/Simple.pm:319): > 319: 1 while $n = sysread($sock, $buf, 8*1024, length($buf)); > DB<1> s Is sysread hanging or is it looping here because it never returns a false value for you? Does this happen with any page you try to download or does this behaviour depend on the server? --Gisle