http://www.perlmonks.org?node_id=857131


in reply to Re: broke my perl? :(
in thread broke my perl? :(

I think I understand what I did! In trying to move my script to the perl PATH I thought /usr/bin/perl was a directory and not the actual perl. So I wrote something like:

cp my_script /usr/bin/perl

Thus removing my perl and placing my_script there instead. So I guess reinstalling ubuntu is the way to go then...