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 -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -