in reply to Read a static file from module directory
For example
prints "lib/products/CTtools.pm".use lib "lib/products"; use CTtools; print "$INC{'CTtools.pm'}\n";
This should let you find the directory where "acme.pm" is found, and thus the config file.
Michael
|
|---|