in reply to direct CPAN to use a different version of Perl
And then later in your perl script:\wget -O - https://install.perlbrew.pl | bash source ~/perl5/perlbrew/etc/bashrc perlbrew install perl-5.24.0 perlbrew switch perl-5.24.0 perlbrew install-cpanm cpanm install Text::CSV
#!/usr/bin/env perl
|
|---|