Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
242 views
in Technique[技术] by (71.8m points)

Running new perl version script on older machine version

I was facing an issue when running a perl script in a particular machine inside an environment which overrides the perl version to 5.8.5 since my script uses 5.14.1 and would fail in this envt., I am unable to fix this issue if I run it in a place where 5.8.5 is the perl version. If I do "use 5.14.1;" in the script, it wont recognize it because the perl version is older. Is there any way to overcome this problem? Thanks, Alan

Error message: Perl v5.14.1 required--this is only v5.8.5, stopped at ******/runperc.pl line 9. BEGIN failed--compilation aborted at ***/runperc.pl line 9

perl --version This is perl, v5.8.5 built for x86_64-linux


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...