Re: How to parse after reading POST data in mod_perl 2 ?

2002-11-04 Thread Sumitro Chowdhury
) { print $_ = @{$input{$_}}BR; } return Apache::OK; } 1; Thanks guys, This is a great list. Sumitro Chowdhury. --- Philippe M. Chiasson [EMAIL PROTECTED] wrote: On Fri, 2002-11-01 at 03:41, Sumitro Chowdhury wrote: Hi all, Please help ... Using Apache/2.0.43

Re: [mod_perl2]

2002-11-04 Thread Sumitro Chowdhury
I had the same problem. I simply created the necessary directory manually and ran make test again. Worked with out problems. Good Luck Sumitro Chowdhury. --- Hsiao, Chang-Ping [EMAIL PROTECTED] wrote: All: I am trying to install mod_perl 2 (1.99_07), but am seeing the following error

redirection halts if a message is printed

2002-11-04 Thread Sumitro Chowdhury
Redirecting .. and then the browser to auto-display the new URL ? Thanks in advance .. Sumitro Chowdhury. __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/

Re: redirection halts if a message is printed

2002-11-04 Thread Sumitro Chowdhury
Understood. Thanks to Chris and Richard. Sumitro Chowdhury. Do you Yahoo!? HotJobs - Search new jobs daily now

Re: Should I be coding with mod_perl 2 yet?

2002-11-01 Thread Sumitro Chowdhury
Hi, well I have read all (whatever scanty little available) docs on mod_perl 2 and am pretty disappointed. For example Apache::Request is not ready yet so you need Apache::compat and mod_perl 1 for basic POST request handling and parsing. In my opinion, stay with mod_perl 1. -Sumitro Chowdhury

Re: Should I be coding with mod_perl 2 yet?

2002-11-01 Thread Sumitro Chowdhury
--- Randy Kobes [EMAIL PROTECTED] wrote: On Fri, 1 Nov 2002, Sumitro Chowdhury wrote: Hi, well I have read all (whatever scanty little available) docs on mod_perl 2 and am pretty disappointed. Additions, I'm sure, are welcome :) For example Apache::Request is not ready yet so

Re: mod_perl2: apache.pm vs apache2.pm (CGI.pm)

2002-11-01 Thread Sumitro Chowdhury
/compat.html http://perl.apache.org/docs/2.0/user/compat/compat.html Regards, Sumitro Chowdhury thnx, peter -- mag. peter pilsl IT-Consulting tel: +43-699-1-3574035 fax: +43-699-4-3574035 [EMAIL PROTECTED] __ Do you Yahoo!? HotJobs - Search

Re: Should I be coding with mod_perl 2 yet?

2002-11-01 Thread Sumitro Chowdhury
{ s/%([0-9a-fA-F]{2})/pack(c, hex($1))/ge; s/\+/ /g; $_; } split /[=;]/, $buf, -1; Thanks a lot, Randy. Regards, Sumitro Chowdhury. Some of the issues regarding, in particular, using the mod_perl-1-ish $r-args and $r-content in an array context

How to parse after reading POST data in mod_perl 2 ?

2002-10-31 Thread Sumitro Chowdhury
) Cannot use params() from Apache::Request since I have not installed mod_perl 1. Thanks, Sumitro Chowdhury __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/