Hi, I recently installed SuSE8.1, with the apache version 1.3.26.
It's perl 5.8 comes with CGI.pm v2.81. With the standard install, the
httpd starts properly loading the mod_perl, php, and ssl modules.
No problem, all is well.
I went to upgrade to the latest version of CGI.pm v2.87. Now when
I start apache, I get a warning:
"unitialized value in concantation in CGI.pm line 35".
The line 35 is this:
$TAINTED = substr($ENV{REQUEST_METHOD}.'',0,0);
So, does anyone know why I'm getting this message.
The v2.81 CGI.pm dosn't even have a $TAINTED variable.
Edited:
~Thu Oct 10 00:19:22 2002 (GMT)
by footpad: Replaced <PRE> tags with more appropriate HTML formatting, per Consideration
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.