[GNC] Finance::Quote on a Mac with a foreign perl

Peter Lamb peter_lamb2001 at yahoo.com.au
Fri Apr 26 22:54:36 EDT 2024


On 27/4/2024 04:00, Adrien Monteleone wrote:
> I'm not familiar with @INC, but happy to learn. 

@INC is a Perl list of directories that are searched to find library 
modules for Perl module 'use' statements (and in other contexts where 
modules are imported).

On Unixoid systems you can find out what's in @INC with the command:
perl -e 'print join("\n", @INC), "\n"'

perl -V
will also print out @INC, as well as a lot of other Perl internal 
variables and settings.

Peter



More information about the gnucash-user mailing list