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]
- How can you tell what version of a Perl Module you're using... mlists
- Re: How can you tell what version of a Perl Module you... Peter Scott
- Re: How can you tell what version of a Perl Module... Greg Matheson
- Re: How can you tell what version of a Perl Mo... Peter Scott
- Re: How can you tell what version of a Perl Mo... Brett W. McCoy
- Troy Denkinger