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

mysql - where clause in inner join query -

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

php - MySQL Query for Advanced Search multiple criteria -