Operating System - HP-UX
1753269 Members
4937 Online
108792 Solutions
New Discussion юеВ

Uninstall perl modules and second perl instance install

 
Tonya Underwood
Regular Advisor

Uninstall perl modules and second perl instance install

I have to uninstall modules that I have installed. I would like to do this without causing issues in my perl installation... how can I do this?

I am then to install a second instance of perl in a new directory and reinstall those modules. Is having two instances of perl on the server going to cause any problems?

Thanks,
Tonya
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Uninstall perl modules and second perl instance install

suggestion:

swinstall the perl

then immediately install into the new directory.

You'll need to check the environment PATH variable in your scripts and make sure the new location of perl is included.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tonya Underwood
Regular Advisor

Re: Uninstall perl modules and second perl instance install

Do you mean immediately install the modules into that directory?