Finance-Currency-Convert-ECBdaily

 view release on metacpan or  search on metacpan

lib/Finance/Currency/Convert/ECBdaily.pm  view on Meta::CPAN

=head1 DESCRIPTION

Using ECBdaily, converts a sum between two currencies.

=cut

use strict;
use Carp;
use warnings;
use LWP::Simple;
use XML::Simple;

#
# Glabal variables
#

$CHAT = 0;		# Set for real-time notes to STDERR

# Should have been %CURRENCIES but too late now.
our %CURRENCIES = %currencies = (
	'USD'=>'US Dollar',			 'JPY'=>'Japanese Yen',			'BGN'=>'Bulgarian Lev equals',

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.737 second using v1.00-cache-2.02-grep-82fe00e-cpan-58dc6251afda )