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


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

Next time, if you want to plop a frequently used script in your path, consider placing it in the '/usr/local/bin' directory. This is a good place for non-standard tools and makes it easier for you to bring them with you when you migrate.

-- Time flies when you don't know what you're doing

Replies are listed 'Best First'.
Re^4: broke my perl? :(
by megnetz (Novice) on Aug 27, 2010 at 08:06 UTC
    Thanks for the tip! I already made a new directory and added it to my $PATH to make sure this doesn't happen again.