Rob,
Thanks for your reduction of the code, and for your input in general. I
have tried http://localhost/ w/o a file name. In a browser, I get the
apache generated directory index. From the script, however, I get the
same hanging behavior untill it times out. In regardes to your comment:
I am using mod_perl with Apache 1.3 (Win32) and am having difficulty
with the following code.
--
use CGI;
use Data::Dumper;
use HTTP::Request;
use LWP::UserAgent;
my $q = new CGI;
$ua = new LWP::UserAgent;
$site = 'http://www.example.com/';
print $q->header; # create the HTTP heade