gideondsouza has asked for the wisdom of the Perl Monks concerning the following question:
So, just say I'm running some unknown perl scripts inside a freebsd jail.This jail is just a virtual freebsd system within the main system. I have a perl installation here.
Is there a way I can remove LWP::* or HTTP:: modules from the perl installation? So that any script writing programs to use these will break?
Can I do: $ pm-uninstall LWP::Simple, are there any consequences I'm not foreseeing?
It seems codepad does this, try running this script : http://codepad.org/DzB0uCf9, if I'm wrong, what is it doing?
|
|---|