perl

Free Currency Converter API in Perl

February 10, 2011

Here’s a handy little way to convert currency using the iGoogle Gadget API. It’s free… until they decide they don’t like it. Enjoy! #!/usr/bin/perl -w use strict; use LWP; my $browser = LWP::UserAgent->new; my @currencies = qw( KWD BHD OMR LVL GBP JOD EUR KYD CHF AUD CAD USD BND SGD NZD TND BGN TRY [...]

Read the full article →