Subject: | Finance-Quote bug? |
Date: | Mon, 15 Jan 2007 10:28:50 +0100 (MET) |
To: | bug-Finance-Quote [...] rt.cpan.org |
From: | Peter Honka <peter.honka [...] gmx.de> |
Dear Finance-Quote programmers,
I used the following code to get the conversion
rate between EUR and USD and EUR and GBP.
use Finance::Quote;
my $q = Finance::Quote->new;
$q->timeout(60);
my $conversion_rate_dollar = $q->currency("EUR","USD");
my $conversion_rate_pfund = $q->currency("EUR","GBP");
But for a few days that does not function any more.
Can you help?
Regards
Peter
-----------------
SUSE Linux 9.3
perl, v5.8.6 built for x86_64-linux-thread-multi
------------------------------------------------