Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: isaChapter 8
Standard Modules
Next: 8.163 UNIVERSAL
 

VERSION

VERSION([require])

Returns the value of the variable $VERSION in the package the object is blessed into. With require specified, VERSION dies if the version of the package is not equal to or greater than the version specified in require. Can be called as either a static or object method call.


Previous: Reference: isaPerl in a NutshellNext: 8.163 UNIVERSAL
Reference: isaBook Index8.163 UNIVERSAL