perl uninstall from unix machine

Hi
I need to uninstall perl from my unix machine and DBI, DBD::Oracle , Parallel Fork Manager modules if there is any way please suggest me.
Thanks
kousik

Be careful about this. Many OS functions in modern UNIX are actually built with perl. Removing it can cause major problems.

Removing the modules should be safe and much easier. I've only have a WIN installation to compare to right now, but look in perl/site/lib. That is where the modules reside and you should be able to just delete (or move) the files.