|
ohh all in vain nthing is working..does this module work well with WINXP. I am a newbie learning perl so dont know much in programming
I used following lines to make my program
use Finance::QuoteOptions;
my $q=Finance::QuoteOptions->new('QQQQ');
die 'Retrieve Failed' unless $q->retrieve;
and after that just tried to retrieve call option
but my program always fail on third line
|