Posted on 2008-01-08 19:47:25-08 by kbocek in response to 6830
Re: Proxy server
Okay, Prakshee, I've uploaded version 0.13 of my module. I don't know how long it will take to show up on whatever mirror you are using. This adds a 'proxy' option to each query object. Set it before issuing the 'retrieve' command. For example:
use Finance::QuoteOptions; my $q=Finance::QuoteOptions->new('QQQQ'); $q->proxy('http://proxy.example.com:8000/'); die 'Retrieve Failed' unless $q->retrieve;
Please let me know if this works for you. Kirk Bocek
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.