in reply to Re: Windows set PERL5LIB environment variable
in thread Windows set PERL5LIB environment variable

Yes, I have git bash, using git from windows, I am trying to run client side hooks written in perl. Whenever developer commit a code, we run 15 perl scripts separately to make sure the code is followed our coding standard.


All is well. I learn by answering your questions...

Replies are listed 'Best First'.
Re^3: Windows set PERL5LIB environment variable
by VinsWorldcom (Prior) on May 06, 2021 at 14:07 UTC

    I understand now, but I think you *may* encounter issues. If your Git Bash is seeing the Git for Windows perl as the Perl to use and you're trying to add PERL5LIB for ActiveState Perl (assumed based on the Windows path I see), you better hope they are the same Perl version or that you're just referencing pure Perl modules in the PERL5LIB path you provide.