RE: help on setting up a PerlFixupHandler

2003-08-09 Thread csebe
Well, thank you very much for the references. I guess I'll have to skip next few pints and finally get that book I've heard so much about ;-) Lian Sebe, M.Sc. Freelance Analyst-Programmer www.programEz.net > -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED] > Sent: Thur

Re: How to pass parameters from the UNIX command line ?

2003-08-09 Thread Fabián R. Breschi
Thanks to everybody, I have opted for using libwwwperl which it looks like to be the more straightforward method to use CL commands into cron jobs with GET or lwp-download. Fab.

Re: How to pass parameters from the UNIX command line ?

2003-08-09 Thread Jean-Sebastien Guay
> > http://server.domain.com/cgi-bin/MyProcedure.pl?cust_id=x > > > > I'd like to make a cron job to source the above PERL script as from > > the command line to resemble something like: > > > > perl /usr/local/apache/cgi-bin/MyProcedure.pl << need to pass the > > parameter here as cust_id=x > >

RE: PerlModule options?

2003-08-09 Thread Perrin Harkins
On Tue, 2003-08-05 at 15:57, [EMAIL PROTECTED] wrote: > Thanks for your answer, this should do it indeed. Super! Somehow I didn't > think about perl sections... Perl sections will not work for this. If you do it there, the symbols you want will only get imported into the Apache::ReadConfig namesp

Multiple select

2003-08-09 Thread Alan Rafagudinov
Hello! I have the next html code: Smth_1 ... Smth_n User is able to select many values in the list, how can I get all of them in my mod_perl script? Thanx! Good luck!

Re: rflush() not working as documented?

2003-08-09 Thread Stas Bekman
Martin Wickman wrote: Please try the latest mp2 cvs, I've added a new test t/api/rflush.t, it tests rflush explicitly (even though it's already used for exactly this purpose in several other tests). It does exactly what your code does: sub response { my $r = shift; # just to make sure

Re: help on setting up a PerlFixupHandler

2003-08-09 Thread Geoffrey Young
So, while I'm not 100% sure about this, logically the $r->content_type should be empty before the response is prepared to be sent to the browser, so it should be empty in the Fixup stage. not necessarily. if you request index.html, mod_mime (at the mime-type phase) will set the content type to t

Re: mod_perl.c version for httpd 2.0.47

2003-08-09 Thread Stas Bekman
The MP_APXS option worked to get past the first error. Thanks. Good. I'll make sure that the error message will mention that. Can you please try again with the latest cvs version, I've just committed a few more fixes, I think it may work for you without specifying MP_APXS.

Re: Error in compile

2003-08-09 Thread Stas Bekman
The Doctor wrote: Why is the below happening? we need more info. please see: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems Script started on Fri Aug 8 20:20:56 2003 doctor.nl2k.ab.ca//usr/source/mod_perl-1.99_09$ make cd "src/modules/perl" && make -f Makefile.modperl rm -f