Re: Perl version error
Aziz Ogutlu <[email protected]> Wed, 31 May 2023 16:38:22 +0300
| Newsgroups | gmane.comp.lang.perl.beginners |
|---|---|
| Organization | Eduline Bilisim |
| Message-ID | <[email protected]> |
Hi Ken, I figured out the problem. On mirdeep2 program there is a line at the begining calls perl. I changed this line with perl5.36.1 with absolute path. Program starts to run. Thank you for your help, Aziz On 5/31/23 12:29, [email protected] wrote: > Hi Ken, > > I'm very weak about perl, how can I check that the mirdeep2 program > uses which version of perl? > > On 5/31/23 11:02, Ken Peng wrote: >>> Perl v5.35.7 required--this is only v5.26.3, stopped at >>> /opt/ohpc/pub/compiler/perl/5.36.0/lib/5.36.0/File/Copy.pm line 10. >> So, are you using the correct path for the latest version of perl? >> It seems you have the right perl and File::Copy installed, but your >> program is using the old version. >> >> regards. >> >> >>> [root@software ~]# perl -MFile::Copy -e 'print $File::Copy::VERSION' >>> 2.39 >>> >>> [root@software ~]# perl -v >>> >>> This is perl 5, version 36, subversion 1 (v5.36.1) built for >>> x86_64-linux >>> >>> Copyright 1987-2023, Larry Wall >>> >>> Perl may be copied only under the terms of either the Artistic >>> License or the >>> GNU General Public License, which may be found in the Perl 5 source >>> kit. >>> >>> Complete documentation for Perl, including FAQ lists, should be >>> found on >>> this system using "man perl" or "perldoc perl". If you have access >>> to the >>> Internet, point your browser at https://www.perl.org/, the Perl Home >>> Page. >>> -- İyi çalışmalar, Aziz Öğütlü Eduline Bilişim Sanayi ve Ticaret Ltd. Şti. www.eduline.com.tr Merkez Mah. Ayazma Cad. No:37 Papirus Plaza Kat:6 Ofis No:118 Kağıthane - İstanbul - Türkiye 34406 Tel : +90 212 324 60 61 Cep: +90 541 350 40 72 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/