in reply to Looking for suggestions for accessing/running scripts needed by a local Perl library

Your approach seems reasonable given your particular use case.

Another option is that your modules could read a config file, or an environment variable to learn the location of your scripts.

  • Comment on Re: Looking for suggestions for accessing/running scripts needed by a local Perl library