Finance Quote (Perl)
Aus MattWiki
Dieser Artikel enthält grundlegende Infromationen, Tipps und Hinweise über das Perl-Modul Finance::Quote (F::Q).
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 updaten
Perl-Shell-Sitzung starten:
# perl -MCPAN -e shell
Installation Finance::Quote:
cpan[1]> install Finance::Quote
Update Finance::Quote:
cpan[1]> install Finance::Quote
.