diff -Nurd oldpm/Base.pm newpm/Base.pm --- oldpm/Base.pm 2008-02-12 21:44:04.000000000 -0500 +++ newpm/Base.pm 2008-02-14 22:41:09.000000000 -0500 @@ -56,11 +56,11 @@ # in the URL. These are recorded below, along with their corresponding # field names. -@FIELDS = qw/symbol name last date time net p_change volume bid ask +@FIELDS = qw/symbol name last time date net p_change volume bid ask close open day_range year_range eps pe div_date div div_yield cap ex_div avg_vol currency/; -@FIELD_ENCODING = qw/s n l1 d1 t1 c1 p2 v b a p o m w e r r1 d y j1 q a2 c4/; +@FIELD_ENCODING = qw/s n l1 t1 c1 p2 v b a p o m w e r r1 d y j1 q a2 c4 c4/; # This returns a list of labels that are provided, so that code # that make use of this module can know what it's dealing with. diff -Nurd oldpm/Europe.pm newpm/Europe.pm --- oldpm/Europe.pm 2008-02-14 22:40:35.000000000 -0500 +++ newpm/Europe.pm 2008-02-12 18:57:07.000000000 -0500 @@ -40,7 +40,7 @@ # URLs of where to obtain information. -$YAHOO_EUROPE_URL = ("http://uk.finance.yahoo.com/d/quotes.csv"); +$YAHOO_EUROPE_URL = ("http://uk.old.finance.yahoo.com/d/quotes.csv"); sub methods {return (europe => \&yahoo_europe,yahoo_europe => \&yahoo_europe)};