Finance Quote (Perl)

Aus MattWiki

This article contains basic informations for using the Perl Module Finance::Quote (F::Q) with Windows.

Homepage of Finance::Quote: http://finance-quote.sourceforge.net/

Current downloads can be obtained directly in CPAN (Comprehensive Perl Archive Network): https://www.cpan.org/

For more details look into meta::cpan: https://metacpan.org/pod/Finance::Quote

Installation via Command Line

Download and install current version:

perl Makefile.PL
make
make test
make install

Check Finance::Quote

perldoc Finance::Quote

Install or Upgrade Finance::Quote

Start Perl Shell Session (This works with Windows):

C:\>perl -MCPAN -e shell

Installation Finance::Quote:

cpan> install Finance::Quote

Upgrade Finance::Quote:

cpan> upgrade Finance::Quote

Additional perhaps needed packages:

cpan> install Date::Manip

Quit:

cpan> quit

.