Have you tried a perl -v to see that you OS is pointing to the right version of perl now? It sounds like a *nix box and its calling the wrong one, so try which perl then use that path e.g. which perl system reports /usr/local/bin/perl then run /usr/local/bin/perl -v hope this helps