Finance Quote (Perl)
Aus MattWiki
Dieser Artikel enthält grundlegende Infromationen, Tipps und Hinweise über das Perl-Modul Finance::Quote (F::Q) (für die Nutzung unter Windows?).
Homepage von Finance::Quote: http://finance-quote.sourceforge.net/
Aktuelle Downloads sind auch direkt in CPAN (Comprehensive Perl Archive Network) verfügbar: https://www.cpan.org/
Mehr Details finden sich auch in meta::cpan: https://metacpan.org/pod/Finance::Quote
Installation via Command Line
Aktuelle Version runterladen und installieren:
perl Makefile.PL make make test make install
Finance::Quote überprüfen
perldoc Finance::Quote
Finance::Quote installieren und upgraden
Perl-Shell-Sitzung starten (Das geht auch unter Windows):
C:\>perl -MCPAN -e shell
Installation Finance::Quote:
cpan> install Finance::Quote
Upgrade Finance::Quote:
cpan> upgrade Finance::Quote
Evtl. auch noch notwendig:
cpan> install Date::Manip
Verlassen:
cpan> quit
.