using 1.99_17...

moved code to a new machine that i built as compared to a pre-existing machine running... 1.99_07-dev

i have a stripped down CGI reading routine...

       eval ( "sysread( \STDIN, \$input, $ENV{ 'CONTENT_LENGTH' } )" );

doesnt read anything

but

           read( STDIN, $input, $ENV{ 'CONTENT_LENGTH' } );

does

there is a warning in the error log for the line that the eval is on:

Unrecognized escape \S passed through at /ai/toppik/lib/Infant/CGI.pm line 484.

any quick help on fixing this problem is appreciated. or actually just an explaination...

if i had built the preeceeding server i could probably track down why it works there
and not here... but i didn't so... any pointers re what is the right direction to look
are greatly appreciated.




begin:vcard
fn:Sean T. Allen
n:Allen;Sean T.
org:USA Herbals, LLC
email;internet:[EMAIL PROTECTED]
title:Tech Guru
tel;work:718-388-5424
x-mozilla-html:FALSE
version:2.1
end:vcard


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to