I have some perl modules.
I want not install it in system and use it directly from my program directory.
as example /program/lib/module/* is path to my modules.
my main program placed in /program.
How I can in main program set path to my modules?
This method can work in Perl for Linux and Strawberry Perl for Windows?