NAME

Finance::Fund::TW::TISC - Get mutual fund quotes from www.tisc.com.tw

SYNOPSIS

use Finance::Fund::TW::TISC;
my $fund = Finance::Fund::TW::TISC->new(utf8 => 1);
my %hash = $fund->fetch;

my @names = $fund->names;

AVAILABLE METHODS

NEW

Return a new Finance::Fund::TW::TISC 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.

See http://www.perl.com/perl/misc/Artistic.html