On Sun, Apr 07, 2002 at 03:09:59AM -0000, Darrell May wrote: > > Also, how can one tell which version of CGI.pm is installed? > > # pico /usr/lib/perl5/5.6.0/CGI.pm > > Look for something similar to this: > > $CGI::revision = '$Id: CGI.pm,v 1.58 2002/01/12 02:44:56 lstein Exp $'; > $CGI::VERSION='2.80';
Much safer just to do perl -e 'use CGI; print $CGI::VERSION."\n";' -- Damien -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
