At 12:14 PM 7/31/2001 -0700, mlists wrote:


>How can you tell what version of a Perl Module you're using? i.e. CGI.pm

print $<Module>::VERSION, e.g. (Windows example):

C:>perl -MCGI -le "print $CGI::VERSION"
2.56




Peter Scott
[EMAIL PROTECTED]
http://www.perldebugged.com


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

Reply via email to