in reply to Looking for suggestions for accessing/running scripts needed by a local Perl library
I'll second bod's thoughts in 11157199.
Some additional thoughts:
If you want to use your script as both a script and a module then have a look at the modulino idea.
Your MyFindBin code might be simplified by using FindBin, possibly in tandem with lib. There is also rlib for relative file structures. Maybe your code uses these approaches already.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Looking for suggestions for accessing/running scripts needed by a local Perl library
by nysus (Parson) on Jan 24, 2024 at 03:53 UTC |