Finance Quote (Perl): Unterschied zwischen den Versionen
Aus Matts Wiki
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
== Check Finance::Quote == | == Check Finance::Quote == | ||
perldoc Finance::Quote | perldoc Finance::Quote | ||
== Update Finance::Quote for GnuCash == | |||
In case you want to update Finance::Quote for using it in GnuCash see: | |||
[[GnuCash Finance::Quote#Update Finance::Quote]] | |||
== Install or Upgrade Finance::Quote == | == Install or Upgrade Finance::Quote == | ||
Aktuelle Version vom 17. Januar 2026, 16:54 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
Update Finance::Quote for GnuCash
In case you want to update Finance::Quote for using it in GnuCash see:
GnuCash Finance::Quote#Update 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
.
