Finance-Bank-SCSB-TW

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    
        my $rate = Finance::Bank::SCSB::TW::currency_exchange_rate
    
        print YAML::Dump($rate);

DESCRIPTION

    This module provides a rudimentary interface to the online SCSB banking
    system at http://www.scsb.com.tw/.

    You will need either Crypt::SSLeay or IO::Socket::SSL installed for
    HTTPS support to work with LWP.

FUNCTIONS

    currency_exchange_rate

      Retrieve the table of foriegn currency exchange rate. All rates are
      exchanged with NTD. It returns an arrayref of hash with each one
      looks like this:

lib/Finance/Bank/SCSB/TW.pm  view on Meta::CPAN


    my $rate = Finance::Bank::SCSB::TW::currency_exchange_rate

    print YAML::Dump($rate);

=head1 DESCRIPTION

This module provides a rudimentary interface to the online SCSB
banking system at L<http://www.scsb.com.tw/>.

You will need either B<Crypt::SSLeay> or B<IO::Socket::SSL> installed
for HTTPS support to work with LWP.

=head1 FUNCTIONS

=over 4

=item currency_exchange_rate

Retrieve the table of foriegn currency exchange rate. All rates are
exchanged with NTD. It returns an arrayref of hash with each one looks



( run in 0.493 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )