Help for this page
C:\strawberryPerl\scripts>perl getStockPrice2.pl getquote ERROR: No information returned for symbol GOOGL from usa at g +etStockPri ce2.pl line 24. C:\strawberryPerl\scripts>
use strict; use warnings; ... print "Price of $sym is " . $info{$sym, 'price'} . ' for ' . $dt . + "\n"; # DEBUG }