in reply to Re: using Net::Telnet to test Apache
in thread using Net::Telnet to test Apache

Yes... you are exactly right. after commenting out the line
print $t->waitfor(String=>"HTTP", Timeout=>5 );

It works, and I can now get a debugging log. Here's what I see from a normal Telnet...
[meonkeys@serendipity scripts]$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'.


Thank you kindly for your help.