in reply to Re^6: Sorry.. Same problem but some progress!
in thread Sorry.. Same problem but some progress!
How do I add a directory to my include path (@INC) at runtime?. For Windows either do it via the UI (a web search for something like 'Windows set environment variable'), or set:
set PERL5LIB = c:\path\to\your\modules;c:\another\path
Alternatively, create a local virtual machine and mirror your live setup (perl version, OS, data).
|
|---|