in reply to Re: Odd version of perl
in thread Odd version of perl

Thanks for your replies, here is what is happening

In fact the installed release is 5.8.8! What happened when I tried to install (using cpan) File::Find is that cpan itself tries to compile Perl 5.13.9. "It's most likely a dependency of the current version of File::Find" said the datacenter support. And "This isn't something we can troubleshoot."

So what to do? File::Find cannot be installed? Or an older release but is that possible thru cpan?

Thanks!

Replies are listed 'Best First'.
Re^3: Odd version of perl
by Corion (Patriarch) on Feb 17, 2011 at 14:20 UTC

    You already have File::Find, as it comes with every version of Perl. There is no need to upgrade it separately from Perl.

Re^3: Odd version of perl
by Anonymous Monk on Feb 17, 2011 at 15:10 UTC