Finance::Currency::Convert::DnB

Convert currencies with up to date currencies from dnbnor.no
Download

Finance::Currency::Convert::DnB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Thomas Martinsen
  • Publisher web site:
  • http://search.cpan.org/~techie/

Finance::Currency::Convert::DnB Tags


Finance::Currency::Convert::DnB Description

Convert currencies with up to date currencies from dnbnor.no Finance::Currency::Convert::DnB is Perl module to convert currencies with up to date currencies from dnbnor.no.SYNOPSIS use Finance::Currency::Convert::DnB; #get results with default number of decimals which is 2 $result = currency 20, "NOK", "GBP"; #3 decimals $result = currency 20, "NOK", "GBP", 3; #convert several numbers $result = currency @values, "NOK", "GBP"; $result = currency , "NOK", "GBP"; #store all results in a hash my %all_currencies = currency 20, "NOK"; print "20 NOK in $_ is $all_currencies{$_} " foreach (keys %all_currencies); #get a list of available currencies my @currencies = currencies;Finance::Currency::Convert::DnB uses a XML list from dnbnor.no to convert currencies. Caches XML list in a temporary file for quick access. Requirements: · Perl


Finance::Currency::Convert::DnB Related Software