On Tuesday 31 July 2001 15:14, mlists wrote:
> How can you tell what version of a Perl Module you're using? i.e. CGI.pm

Hopefully the kind author has defined the $VERSION variable in the module.  
Thus:

        print $CGI::VERSION;

will give you the version for CGI.pm.

Regards,

Troy Denkinger


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to