Perl Modules

2001-07-19 Thread Kinshuk Vyas
Hi, I'm trying to get a bird view of stable available modules with perl, and dwell further on liking, to explore.Could somebody suggest me a descriptive reference bank where I could lay hand on such kind of a material. Regards Kinshuk

Re: Perl Modules

2001-07-19 Thread Stas Bekman
I'm trying to get a bird view of stable available modules with perl, and dwell further on liking, to explore.Could somebody suggest me a descriptive reference bank where I could lay hand on such kind of a material. http://perl.apache.org/src/apache-modlist.html This is how to interpet the

Re: strange runtime error

2001-07-19 Thread Stas Bekman
On Wed, 18 Jul 2001, Scott Every wrote: i have a fairly simple mod-perl script which returns data from a mysql db on occasion for no apparent reason an internal error screen pops up. if reloaded the page works just fine. the logs contain this message: exit is not exported by the

Re: Using mod_perl to modify referer...

2001-07-19 Thread Chris Strom
Brian [EMAIL PROTECTED] writes: I have a unique situation in which I need to change the http_referer. What I've done is written a quick script that looks like this: [snip] Now, the problem is this: It works perfectly as long as the client remains on our server. But, if they go to another

Re: BOF?

2001-07-19 Thread brian moseley
On Tue, 17 Jul 2001, Ask Bjoern Hansen wrote: Sunday evening where? sounds like the hotel bar is the only real option. i'll be there 8.30-9pm i guess.

Re: BOF?

2001-07-19 Thread Ken Williams
[EMAIL PROTECTED] (brian moseley) wrote: On Tue, 17 Jul 2001, Ask Bjoern Hansen wrote: Sunday evening where? sounds like the hotel bar is the only real option. i'll be there 8.30-9pm i guess. Since it seems like Sunday night is the overwhelming favorite, I'll just have to meet up with y'all

[ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Paul Kulchenko
New version of SOAP::Lite has entered CPAN. number of fixes related to different Perl version and platforms number of fixes in XMLRPC::Lite fixed POP3 server added support for SOAP 1.2 (spec is still in draft, implementation is subject to change) added mod_xmlrpc transport

Re: BOF?

2001-07-19 Thread Jeffrey W. Baker
On Thu, 19 Jul 2001, brian moseley wrote: On Tue, 17 Jul 2001, Ask Bjoern Hansen wrote: Sunday evening where? sounds like the hotel bar is the only real option. i'll be there 8.30-9pm i guess. my flight arrives at 10:15 so i'll drop by the bar at 11:30 or so. -jwb

Re: [ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Matt Sergeant
On Thu, 19 Jul 2001, Paul Kulchenko wrote: New version of SOAP::Lite has entered CPAN. number of fixes related to different Perl version and platforms number of fixes in XMLRPC::Lite fixed POP3 server added support for SOAP 1.2 (spec is still in draft, implementation is subject to

Re: [ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Paul Kulchenko
Hi, Matt! Dunno if you got my email, but I'd like to see the ability to dynamically modify the dispatch tables. At the moment I'm doing it as a hack into your SOAP::Lite internals. Sure, I replied the same day (July 13). Recently I had a problem with my yahoo mail, so I sent you short mail

[ANNOUNCE] RoboWeb 1.0b, web application test suite generator

2001-07-19 Thread Claudio Garcia
I have developed a semi-automatic test generator for web applications. I've called it RoboWeb and it's now available for download from sourceforge, hoping that it can be useful to others. The project page at sourceforge is http://sourceforge.net/projects/roboweb. Here's an excerpt from the

Re: perlsection syntax--where's tfm?

2001-07-19 Thread will trillich
Randal L. Schwartz wrote: will == will trillich [EMAIL PROTECTED] writes: will http://perl.apache.org/guide/config.html mentions this type of will thing in passing, but surely there's an in-depth will how-this-works somewhere... will Limit GET POST will Order allow,deny will

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestRun.pm TestServer.pm

2001-07-19 Thread sbekman
sbekman 01/07/19 18:48:11 Modified:pod modperl_dev.pod Apache-Test/lib/Apache TestRun.pm TestServer.pm Log: --- 1 --- one of the supported debuggers can be invoked via the -debug switch: e.g.: run with the defaults: gdb % ./t/TEST -debug or