Finance Quote (Perl): Unterschied zwischen den Versionen

Aus MattWiki
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
Dieser Artikel enthält grundlegende Infromationen, Tipps und Hinweise über das Perl-Modul Finance::Quote (F::Q) (für die Nutzung unter Windows?).
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 überprüfen ==
== Check Finance::Quote ==
  perldoc Finance::Quote
  perldoc Finance::Quote


== Finance::Quote installieren und upgraden ==
== Install or Upgrade Finance::Quote ==
Perl-Shell-Sitzung starten (Das geht auch unter Windows):
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
Evtl. auch noch notwendig:
Additional perhaps needed packages:
  cpan> install Date::Manip
  cpan> install Date::Manip
Verlassen:
Quit:
  cpan> 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

.