Finance Quote (Perl): Unterschied zwischen den Versionen

Aus MattWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
Dieser Artikel enthält grundlegende Infromationen, Tipps und Hinweise über das Perl-Modul Finance::Quote (F::Q).
This article contains basic informations for using the Perl Module Finance::Quote (F::Q) with Windows.


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


Aktuelle Downloads sind auch direkt in CPAN (Comprehensive Perl Archive Network) verfügbar: https://www.cpan.org/
Current downloads can be obtained directly in CPAN (Comprehensive Perl Archive Network): https://www.cpan.org/


Mehr Details finden sich auch in meta::cpan: https://metacpan.org/pod/Finance::Quote
For more details look into meta::cpan: https://metacpan.org/pod/Finance::Quote


== Installation via Command Line ==
== Installation via Command Line ==
Aktuelle Version runterladen und installieren:
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 ==
Perl-Shell-Sitzung starten:
perldoc Finance::Quote
  # perl -MCPAN -e shell
 
== Install or Upgrade Finance::Quote ==
Start Perl Shell Session (This works with Windows):
  C:\>perl -MCPAN -e shell
Installation Finance::Quote:
Installation Finance::Quote:
  cpan[1]> install Finance::Quote
  cpan> install Finance::Quote
Upgrade Finance::Quote:
cpan> upgrade Finance::Quote
Additional perhaps needed packages:
cpan> install Date::Manip
Quit:
cpan> quit
.
[[Kategorie:Linux]]
[[Kategorie:Linux]]
[[Kategorie:Terminal]]
[[Kategorie:Terminal]]

Aktuelle Version vom 28. April 2024, 20: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

.