This module is very much something I've been looking for,
but the following three line script --
use Finance::QuoteOptions;
my $q=Finance::QuoteOptions->new('DIA');
die 'Retrieve Failed' unless $q->retrieve;
takes over 10 seconds to run on my system. The README states that a Yahoo
option chain takes about 1 second. What could be making my response so slow?