Re: proxy error and using LWP getstore

2003-11-16 Thread lorid
Thanks for the tip on WWW::Mechanize, Im going to play with it later, meanwhile I grabbed this code from the lwpcook manpage (large documents section) interesting thing is when I print out the chunk to my outfile... it prints the entire document, I was thinking it might not print the last line or

Re: proxy error and using LWP getstore

2003-11-15 Thread lorid
Thanks Bill! Your code worked great, I tested it on a different url and it worked ! yeah, but it timed out on the page Im trying to get (Im working from home on a 56k modem) but it seems to get other pages just fine. With the debug code I can see that on the ... quakes.all page it zips along and

Re: proxy error and using LWP getstore

2003-11-15 Thread $Bill Luebkert
lorid wrote: Thanks Bill! Your code worked great, I tested it on a different url and it worked ! yeah, but it timed out on the page Im trying to get (Im working from home on a 56k modem) but it seems to get other pages just fine. With the debug code I can see that on the ... quakes.all

Re: proxy error and using LWP getstore

2003-11-14 Thread lorid
I am still having trouble using the proxy, I thought I'd send my new code in which I hopefully used your code suggestions correctly. I can ping proxy-web.dri.edu , and I have added this debug line (use LWP::Debug qw(+ -conns);) so I can see that it is really proxied to proxy-web.dri.edu any

Re: proxy error and using LWP getstore

2003-11-14 Thread $Bill Luebkert
lorid wrote: I am still having trouble using the proxy, I thought I'd send my new code in which I hopefully used your code suggestions correctly. I can ping proxy-web.dri.edu , and I have added this debug line (use LWP::Debug qw(+ -conns);) so I can see that it is really proxied to