How can I install specialized environments for different Perl applications?

后端 未结 8 1275
轻奢々
轻奢々 2021-01-31 19:00

Is there anything equivalent or close in terms of functionality to Python\'s virtualenv, but for Perl?

I\'ve done some development in Python and a possibility of having

8条回答
  •  不要未来只要你来
    2021-01-31 19:54

    I am not sure whether this is the same as that virtualenv thing you are talking about, but have a look for the @INC special variable in the perlvar manpage.

提交回复
热议问题