in reply to Howto set path for local package in a Perl code

you could do
#!/usr/bin/perl use strict; use warnings; BEGIN { push @INC, '/your/directory'; }
Ted
--
"That which we persist in doing becomes easier, not that the task itself has become easier, but that our ability to perform it has improved."
  --Ralph Waldo Emerson