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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: isa Chapter 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: isa Perl in a Nutshell Next: 8.163 UNIVERSAL
Reference: isa Book Index 8.163 UNIVERSAL