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 VERSIONmethod, inherited from the UNIVERSAL class, croaks if the givenversion is larger than the value of the variable $Module::VERSION.
Thanks. That's right for me. Regards, Jeff. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
