gpt4 book ai didi

windows - 在 Windows 命令行中设置 PERL5LIB 的多个路径

转载 作者:可可西里 更新时间:2023-11-01 11:53:51 26 4
gpt4 key购买 nike

所以我使用这个将 PERL5LIB 设置到我的 Windows 命令行中的某个目录

set PERL5LIB = c:\path\to\dir

我想知道是否有办法在同一命令行中为 PERL5LIB 设置多个路径。

set PERL5LIB = c:\path\to\dir1
set PERL5LIB = c:\path\to\dir2
set PERL5LIB = c:\path\to\dir3
etc.

最佳答案

通常,您可以通过分号分隔设置多个路径。

set PERL5LIB = c:\path\to\dir1;c:\path\to\dir2;c:\path\to\dir3

关于windows - 在 Windows 命令行中设置 PERL5LIB 的多个路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22385975/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com