View Single Post
Old 08-26-2009, 05:00 PM   #11
gmorgan_va
Junior Member
gmorgan_va began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2009
Device: HP 2795b
Thanks for creating this great perl script. I needed proxy support and ended up adding my proxy manually by adding the line after your $ua->agent line:

Code:
$ua->proxy('http', 'http://your-http-proxy.com:proxyport/');
And it worked like a charm through the proxy. BTW, if you are behind a proxy it just writes the base continent files with 500 Not found errors in them. Not sure how to fix that so there is an error message instead.

Thanks for your beautiful script. Now to figure out how to iSilo these files.

Last edited by gmorgan_va; 08-26-2009 at 05:03 PM. Reason: Silly emoticon in the middle of my code snippet.
gmorgan_va is offline   Reply With Quote