What is "use 5.014002" for in perl? -


I'm really starting a lot I saw "use 5.014002;" What does it mean in the Perl script? Thanks!

This means that the Perl version at least 5.14.2 is needed to run the script. See.

This enables all attributes (such as called , state etc.) that come with the version, see or even .

There are several ways to write the version number, but it is the most portable, which is working in earlier versions of Perl.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -