Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

May I use Strawberry Perl and ActiveState Perl simultaneously on one computer?

I used to delete my ActivePerl once, and all the installed modules were lost. So now I am very careful with this kind of issue. Due to some reason, I want to use Strawberry Perl now, while keeping ActiveState's ActivePerl in use.

Will this cause compatibility issues? Is it advisable?

like image 828
Qiao Zhou Avatar asked Apr 02 '12 08:04

Qiao Zhou


1 Answers

This will not be a problem as both the Perl implementations will look at different directories for modules. That is, the @INC entries will be different.

like image 178
Alan Haggai Alavi Avatar answered Sep 20 '22 06:09

Alan Haggai Alavi