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

_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to