Finance Quote (Perl): Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
This article contains basic informations for using the Perl Module Finance::Quote (F::Q) with Windows. | |||
Homepage | 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 == | == Installation via Command Line == | ||
Download and install current version: | |||
perl Makefile.PL | perl Makefile.PL | ||
make | make | ||
Zeile 14: | Zeile 14: | ||
make install | make install | ||
== Finance::Quote | == Check Finance::Quote == | ||
perldoc Finance::Quote | perldoc Finance::Quote | ||
== Finance::Quote | == Install or Upgrade Finance::Quote == | ||
Perl | Start Perl Shell Session (This works with Windows): | ||
C:\>perl -MCPAN -e shell | C:\>perl -MCPAN -e shell | ||
Installation Finance::Quote: | Installation Finance::Quote: | ||
Zeile 24: | Zeile 24: | ||
Upgrade Finance::Quote: | Upgrade Finance::Quote: | ||
cpan> upgrade Finance::Quote | cpan> upgrade Finance::Quote | ||
Additional perhaps needed packages: | |||
cpan> install Date::Manip | cpan> install Date::Manip | ||
Quit: | |||
cpan> quit | cpan> quit | ||
. | . | ||
[[Kategorie:Linux]] | [[Kategorie:Linux]] | ||
[[Kategorie:Terminal]] | [[Kategorie:Terminal]] |
Aktuelle Version vom 28. April 2024, 19:28 Uhr
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
.