in reply to Windows set PERL5LIB environment variable

Is there an export command in the Windows CLP? set works for me in Windows 8 (I can't test under Windows 10):

Win8 Strawberry 5.30.3.1 (64) Thu 05/06/2021 5:57:09 C:\@Work\Perl\monks >set F FP_NO_HOST_CHECK=NO FTP_PASSIVE=1 Win8 Strawberry 5.30.3.1 (64) Thu 05/06/2021 5:57:12 C:\@Work\Perl\monks >set FOOBLE=%HOMEDRIVE%\Perl64\lib;%HOMEDRIVE%\Perl64\site\lib Win8 Strawberry 5.30.3.1 (64) Thu 05/06/2021 5:57:37 C:\@Work\Perl\monks >set F FOOBLE=C:\Perl64\lib;C:\Perl64\site\lib FP_NO_HOST_CHECK=NO FTP_PASSIVE=1


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^2: Windows set PERL5LIB environment variable
by Anonymous Monk on May 06, 2021 at 14:12 UTC
    Both Windows versions should operate the same way with regard to this.