NAME
Finance::Currency::Convert::ECB - convert currencies with up to date currencies from European Central Bank (ecb.int)
SYNOPSIS
use Finance::Currency::Convert::ECB;
$result = newcurrency(100, "EUR", "USD");
# Difference
$result = newcurrency2(100, "EUR", "USD", "GBP");
# available currencies:
# USD, JPY, BGN, CZK, DKK, EEK, GBP, HUF, LTL, LVL, PLN,
# RON, SEK, CHF, NOK, HRK, RUB, TRY, AUD, BRL, CAD, CNY,
# HKD, IDR, INR, KRW, MXN, MYR, NZD, PHP, SGD, THB, TAR
#
# or use:
# print currencylist();
DESCRIPTION
Finance::Currency::Convert::ECB uses a XML list to convert currencies.
AUTHOR
-
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.