start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: import Chapter 8
Standard Modules
Next: Reference: export_fail
 

require_version



module_name


->require_version
(

value

)

Validates the version of module module_name , checking that it is at least value .


Previous: Reference: import Perl in a Nutshell Next: Reference: export_fail
Reference: import Book Index Reference: export_fail