Downloading Stock Prices - Finance::Quote Problems

Erik Colson eco at ecocode.net
Fri Jun 27 12:35:18 EDT 2014


On 27 Jun 2014, at 18:19, Richard Lindgren <richard_lindgren at outlook.com> wrote:

> Here is a copy of my last script that I entered. Not sure if this will tell
> what Finance-Quote you need to know or not?

Richard,

you need to modify the command you entered:

    perl -MFinance::Quote -e"print ""Finance::Quote::VERSION\n""

- add a $ between "" and Finance
- add a third " at the end to close the one after -e

So it becomes

    perl -MFinance::Quote -e"print ""$Finance::Quote::VERSION\n"""

please try this again

best
--
erik colson





More information about the gnucash-user mailing list