Re: Mod version

2003-10-19 Thread perl
Well, this whole rpm thing is killing me. In the past, I've always used option --prefix for my configure. I guess, I either have to learn rpm, just wait for someone to build it (I wonder if all rpm are the same for the same product?), or just rpm -e and go back to my old ways ;) There's just too m

Re: Mod version

2003-10-19 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: is this version old? $ perl -MCGI -e 'print $CGI::VERSION' 2.89$ Well, it is currently the same as mine, but it is dated 10/16/2002 on CPAN. There does appear to be a 3.00 on CPAN dated 08/18/2003. We could get into the whole debate about whether one should always try

Re: Mod version

2003-10-19 Thread perl
is this version old? $ perl -MCGI -e 'print $CGI::VERSION' 2.89$ Is > N00b Among n00bs wrote: >> Not sure if this belongs in beginners.cgi or here, but... >> >> Can you tell me how I can make Perl find the version number of the CGI >> mod in use(does it depend on the server, or is it a purely Per

Re: Mod version

2003-10-18 Thread N00b Among n00bs
Wiggins D'Anconia wrote: N00b Among n00bs wrote: Not sure if this belongs in beginners.cgi or here, but... Can you tell me how I can make Perl find the version number of the CGI mod in use(does it depend on the server, or is it a purely Perl thing)? I assume you mean CGI.pm as opposed to mod_cg