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
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.
virtualenv
@INC
perlvar