I am trying to set PERL5LIB environment variable in windows10 with multiple paths, like below, export PERL5LIB="${HOMEDRIVE}\\Perl64\\lib;${HOMEDRIVE}\\Perl64\\site\\lib" but the ':' character after the Drive is getting removed from the PERL5LIB value like looks like C \Perl64\lib;C \Perl64\site\lib and modules are not getting loaded.
Is it windows behavior to remove the ':' character? Actually its a common shell script will setup the environment before I invoke the actual bunch of perl scripts, otherwise I would have used use lib "Path" inside the script to load the modules.
In reply to Windows set PERL5LIB environment variable by vinoth.ree
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |