Peter Scott :


% perldoc -f use
       use Module VERSION LIST
       use Module VERSION
[...]
               If the VERSION argument is present between Module and LIST,
               then the "use" will call the VERSION method in class Module
               with the given version as an argument.  The default VERSION
method, inherited from the UNIVERSAL class, croaks if the given
               version is larger than the value of the variable
               $Module::VERSION.



Thanks. That's right for me.

Regards,
Jeff.


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to