Re: Perl version error

[email protected] (Aziz Öğütlü) Wed, 31 May 2023 10:59:22 +0300 <[email protected]>
Newsgroups perl.beginners
Organization Eduline Bilişim Sanayi ve Ticaret Ltd. Şti.
Message-ID <[email protected]>
[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.