On Tue, 13 Aug 2002 22:08:47 -0400, [EMAIL PROTECTED] (Tim Musson) wrote:

>### The next line is where I think I am having problems...
>### If I uncomment, I seem to recall it displaying the html code from
>### above (HTTP/1.0 200 OK, etc...).  But what happens is it just hangs.
>
># while ( <$remote> ) { print; }
>
>print $remote;
>
>close $remote;

It works for me if I comment out the "print $remote" and
uncomment the while ( <$remote> ) { print; }


while ( <$remote> ) { print; }

#print $remote;

close $remote;



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to