in reply to Re^5: perl installation failed, need help
in thread perl installation failed, need help

#!/usr/bin/env perl or #!/usr/bin/perl

Why do you use these instead of specifying the exact Perl version you want to run?

Just use

#!/home/deafskeptic/perl5/perlbrew/perls/perl-5.20.1/bin/perl -w

That way you are explicit about the Perl version.

You will have to (re)install all Perl modules with the new Perl version.

Replies are listed 'Best First'.
Re^7: perl installation failed, need help
by defborg (Initiate) on Oct 05, 2014 at 22:50 UTC

    I wasn't certain if that was the correct path to use.