|
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 |