Subject: | Fatal error parsing date string in splits() |
Reporting splits for most symbols works like a charm. A few symbols
consistently result in a fatal error.
command line:
perl -MFinance::QuoteHist -e "@symbols = @ARGV; $q =
Finance::QuoteHist->new(symbols => \@symbols, start_date =>
'01/01/2000', end_date => 'today'); print qq(\nSplits\n); foreach $row
($q->splits()) { print qq(@$row\n); }" GERN
ERROR: Problem parsing date string ''
at -e line 1
In a program the error message will report the line number that contains
"foreach $row ($q->splits()) {"