in reply to Re^3: Mod CGI problems with POST
in thread Mod CGI problems with POST

Do you remember what that filehandle is? Also, it's not clear from the docus how you pass a filehandle to CGI or CGI::Simple if you know what it is. Or is that what your patch was for?

Anyway I suppose if I knew the filehandle I could just read and parse it manually and skip CGI.

UPDATE: I take it back: CGI::Simple Docs say "If you provide a file handle to the new() method, it will read parameters from the file (or STDIN, or whatever)." But I still need to know the filehandle.

Replies are listed 'Best First'.
Re^5: Mod CGI problems with POST
by chromatic (Archbishop) on May 31, 2007 at 18:10 UTC

    I believe it's $r in your code; it's an IO::Handle subclass (through about three levels of subclassing).