#!/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.
In reply to Re^6: perl installation failed, need help
by Corion
in thread perl installation failed, need help
by defborg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |