The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::TW::CurrencyConvert - Currency convertor using the quote from Taiwan's financial market

VERSION

Version 0.01

SYNOPSIS

This is a currency convertor using real-time quote data from Taiwan's financial market. Supported currency symbols include: USD, NTD, JPY, HKD, MCY, GRP, ECU, CAD, AUD. THB. SGD, KOW, IDR, MYR, PHP, INR, SAR, KWD, NOK, SWF, SEK, DMK, BRC, MEP, ARS, CLP, VEB, ZAR, RUR, NZD

    use Finance::TW::CurrencyConvert;
    
    # how much is USD 100 in NTD today?
    my $result=ConvertCurrencyUsingTWQuote(100, "USD", "NTD"); 

FUNCTIONS

ConvertCurrencyUsingTWQuote($sum, $from, $to)

AUTHOR

Lukhnos D. Liu, <lukhnos@cpan.org>

BUGS

Please report any bugs or feature requests to bug-finance-tw-currencyconvert@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Finance-TW-CurrencyConvert. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2005 Lukhnos D. Liu, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.