Re: Specify location of makepl_args.mod_perl

2003-11-08 Thread Stas Bekman
Sreeji K Das wrote: --- Stas Bekman <[EMAIL PROTECTED]> wrote: > Sreeji K Das wrote: mod_perl build currently requires that makepl_args.mod_perl is present in one of current, '..' or $ENV{HOME}. ... Why not do the simple: perl Makefile.PL `cat /whereever/your/file/is/makepl_args.mod_perl`

Re: [patch CGI.pm] fix the read() POST requests under 'SetHandler modperl'

2003-11-08 Thread Stas Bekman
Lincoln Stein wrote: Hi all, Here's an alpha3 version to test. After much arguing with Stas, I can't find a single case in which the read_from_client() ever gets passed a non-STDIN filehandle. I'm beginning to wonder if this was put there to allow for debugging of the file upload function, or

Re: Specify location of makepl_args.mod_perl

2003-11-08 Thread Sreeji K Das
--- Stas Bekman <[EMAIL PROTECTED]> wrote: > Sreeji K > >>Why not do the simple: > >> > >>perl Makefile.PL `cat > >>/whereever/your/file/is/makepl_args.mod_perl` > > > Then I lose the flexibility of having comments & neat > formatting in the config. file. I'll have to escape > all the newlines.

newbie orientation

2003-11-08 Thread Joshua N Pritikin
First there was "use CGI". Now there are lots of modules which provide a similar service, for example CGI::Simple. What is the modern best solution for parsing form data, etc? libapreq? -- A new cognitive theory of emotion, http://savannah.nongnu.org/projects/aleader -- Reporting bugs: http:/