in reply to switch Version
More specifically, or if you installed a pre-built package under Unix, you can usually do a `which perl' at the prompt and get an answer like "/usr/bin/perl". Looking at `ls -l /usr/bin/perl*' should show the "real" perl as well as possibly other binaries. If there is a "perl5.6.0" then you should be able to do
cd /usr/bin cp perl perl.5.005_03 cp perl5.6.0 perl
And get up and working...
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|