in reply to Re^2: Looking for suggestions for accessing/running scripts needed by a local Perl library
in thread Looking for suggestions for accessing/running scripts needed by a local Perl library
If I wanted a clean solution that was CPAN-looking (even if not going there yet) I would build a module with Dist::Zilla and put the non-perl scripts in ./share and then access them with File::ShareDir.
Any external script that *was* perl, I would refactor into a module and put it in my module path. Well.. unless it was massive and complex and written by someone else, then maybe I would just shell out to it. But I would at least *intend* to refactor it into a module some day.
|
|---|