NAME
Finance::Fund::TW::IIT - Get mutual fund quotes from www.iit.com.tw
SYNOPSIS
use Finance::Fund::TW::IIT;
my $iit = Finance::Fund::TW::IIT->new(utf8 => 1);
my %hash = $iit->fetch;
my @names = $iit->names;
AVAILABLE METHODS
NEW
Return a new Finance::Fund::TW::IIT object. Valid attributes are:
utf8 => [0|1]
convert current encoding(big5) to utf8
FETCH
When called in an array context, a hash is returned. In a scalar context, a reference to a hash will be returned.
NAMES
Return an array of fund names
AUTHOR
Alec Chen <alec@cpan.org>
COPYRIGHT
Copyright (c) 2007. Alec Chen. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.