http://qs321.pair.com?node_id=1016141


in reply to upgrade broke perl?

I'd suggest using the Ubuntu package manager.
Type this at the command line:

sudo apt-get update && sudo apt-get install perl

Replies are listed 'Best First'.
Re^2: upgrade broke perl?
by chrestomanci (Priest) on Feb 01, 2013 at 10:06 UTC

    It sounds like eppo has broken the perl install on his system too much for that to work.

    As others have said, it is usualy not a good idea to modify the system perl install. This applies double on Debian derived distros such as Ubuntu, because the system package manager uses perl internaly, so if you break perl you are likey to break the whole system to the point that it is impossible to re-install perl (or anything else), forcing you to re-instal the whole system to get it working again.