SYNOPSIS
use Finance::Quote::Currencies;
my $currencies = Finance::Quote::Currencies::known_currencies();
# Grab the latest from Yahoo
my $live_currencies = Finance::Quote::Currencies::fetch_live_currencies();
DESCRIPTION
This module provides a list of known currencies from Yahoo Currency Converter.The converter website includes a list of known currencies - this module includes a stored list
LAST EXTRACT
The currency list stored in this module was last copied from the live site:Sun Feb 15 18:01:12 GMT 2009
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.Currency information fetched through this module is bound by Yahoo!'s terms and conditons.
AUTHORS
Bradley Dean <[email protected]>