Apache::Request

2003-04-01 Thread Ewald Geschwinde
I have read that the param Method had been deprecated $r-param('value'): How do I get now the variables from a submitted form ?? regards Ewald

[OT] YAPC::Israel

2003-04-01 Thread Issac Goldstand
Hey all, Was just wondering if anyone here was planning on attending YAPC::Israel::2003 (http://www.perl.org.il/YAPC/2003 )? Issac

[mp2] upload file

2003-04-01 Thread Udlei Nattis
hi, i have problem for upload files testing use CGI and CGI::Simple look file.pm: $cgi = CGI-new; $r-print($cgi-param(test). xxx ); file .html form action=end method=post enctype=multipart/form-data input type=file name=image input type=hidden name=test value=abcdef input type=submit

Re: cookie setting/retieval

2003-04-01 Thread Jason Jolly
Enrico, If I do migrate to Apache::SessionManager will this problem disappear? I started looking into the transformation and it appears as if it will be a good bit of work to accomplish the entire cutover and I just want to make for sure that it's not something I'd have to build into my app

Re: Apache::Request

2003-04-01 Thread Stas Bekman
Ewald Geschwinde wrote: I have read that the param Method had been deprecated $r-param('value'): How do I get now the variables from a submitted form ?? now? when? nothing has changed with Apache::Request. No April Fools jokes here.

Re: [mp2] upload file

2003-04-01 Thread Stas Bekman
Udlei Nattis wrote: hi, i have problem for upload files testing use CGI and CGI::Simple look file.pm: $cgi = CGI-new; $r-print($cgi-param(test). xxx ); file .html form action=end method=post enctype=multipart/form-data input type=file name=image input type=hidden name=test value=abcdef

cgi.pm does not work in handlers (why responsehandlers at all ?)

2003-04-01 Thread pilsl
While I'm programming mod_perl for quite a while now I only recently discovered the wonders of writing my own apache-handlers. I used CGI.pm in my mod_perl-application to get 'path_info', 'param', print out headers and more. None of this works inside my own handlers any more. I discovered

Re: cgi.pm does not work in handlers (why responsehandlers at all?)

2003-04-01 Thread Stas Bekman
[EMAIL PROTECTED] wrote: I used CGI.pm in my mod_perl-application to get 'path_info', 'param', print out headers and more. None of this works inside my own handlers any more. Which mod_perl generation are you using? mod_perl 1.0 (1.27?) or mod_perl 2.0 (1.99_08?). I suspect that you use mp2,

Re: Segmentation fault - is Error.pm the culprit?

2003-04-01 Thread Brad Bowman
This code essentially worked fine 2 weeks ago but at the time I removed my DBI HandleError subroutine. Today when adding it back in I am facing this problem I had a similar problem with HandleError, see the samples at: http://bowman.bs/bugs/perl/ I just stopped using HandleError. It also

Re: cgi.pm does not work in handlers (why responsehandlers at all ?)

2003-04-01 Thread Thomas Klausner
Hi! On Wed, Apr 02, 2003 at 12:49:56AM +0200, [EMAIL PROTECTED] wrote: Is the O'Reilly about apache-modules what I'm looking for ? I've the small O'reilly about mod_perl but it raises more questions than its answers. The Eagle book is definitly very interesting (if a little bit old - BTW,