Re: Perl version error

[email protected] ("Ken Peng") Wed, 31 May 2023 07:56:07 +0000
Newsgroups perl.beginners
Message-ID <[email protected]>
May 31, 2023 at 3:50 PM, [email protected] wrote:


> 
> Hi Ken,
> 
> I upgrade perl to the latest version that is 5.36.1, but I took same error.
> 
> On 5/31/23 10:46, Ken Peng wrote:
> 
> > 

Can you run these two commands and show us the result?

perl -MFile::Copy -e 'print $File::Copy::VERSION'

perl -v

Thanks.