On Thu, Dec 16, 2021 at 05:52:45PM -0600, Jacob Bachmeyer wrote: > If they can have a location fixed relative to the script, the Perl core > module FindBin and pragmatic module lib can help here: > > use FindBin; > use lib "$FindBin::Bin/../lib";
texi2any already can find itself for running from a source directory; it uses Perl facilities to do this. See the source code in tp/texi2any.pl.
