On a shared server, Perl version is 5.30.0, however it is only version 5.16.3 installed in the /home/..... path. Modules are also installed to the home path, Perl scripts state version 5.16.3, no matter how I have the "shebang" line configured. The following results from a terminal session
$ perl -v |grep version
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
$ /usr/local/cpanel/3rdparty/bin/perl -v |grep version
This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-64int
I notice that 'perl' is a symlink, which points to -> /usr/local/cpanel/3rdparty/perl/530/bin/perl
Is the resolve for this simply some sort of PATH configuration ??
$ perl -v |grep version
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
$ /usr/local/cpanel/3rdparty/bin/perl -v |grep version
This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-64int
I notice that 'perl' is a symlink, which points to -> /usr/local/cpanel/3rdparty/perl/530/bin/perl
Is the resolve for this simply some sort of PATH configuration ??