Re: YAM (Yet Another Module) - an IPC shared cache thing - anyoneinterested ?

2000-07-23 Thread Greg Cope
"T.J. Mather" wrote: Have you considered using HTML::Template? It is a simple yet powerful way to seperate HTML from Perl code. It can do loops (good for HTML tables), includes, and if/unless/else statements. Furthermore, it has shared memory for templates built in.

OSS/Perl Conference Report

2000-07-23 Thread Matt Sergeant
I've put my report on the OSS/Perl conference online for all to see. Hopefully you'll find it vaguely interesting in parts. Its at http://modperl.sergeant.org/oss-conf-report.txt -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle

[OT] strange mod_rewrite behaviour (for Apache::Session support)

2000-07-23 Thread Louis-David Mitterrand
Hello, I am in the process of implementing persistent sessions using Apache::Session with the session_id stored in the URL and it mostly works. In the HTML::Mason autohandler there is the following filter: %filter $r-pnotes("cookie") # mangle URL only if cookie is missing ||

Apache::ASP Error

2000-07-23 Thread Hans Fuchs
Hello, I installed Apache::ASP. When test with a simple asp page. I got an internal server error and the error_log says: [Sun Jul 23 15:54:44 2000] [error] [asp] [14779] [error] Can't modify constant item in scalar assignment at (eval 11) line 66, at EOF -- ,

Re: Apache::ASP Error

2000-07-23 Thread Dmitry Beransky
The error is in your simple asp page on line 66. Most likely you forgot to put '$' in front of a variable. Dmitry On Sun, 23 Jul 2000, Hans Fuchs wrote: Hello, I installed Apache::ASP. When test with a simple asp page. I got an internal server error and the error_log says: [Sun

Re: OSS/Perl Conference Report

2000-07-23 Thread Greg Cope
Matt Sergeant wrote: I've put my report on the OSS/Perl conference online for all to see. Hopefully you'll find it vaguely interesting in parts. Its at http://modperl.sergeant.org/oss-conf-report.txt Thanks Mat - much appreciated. It seems difficult to get a concise view of what people are

Aborting Apache startup during PerlInitHandler

2000-07-23 Thread Thomas Klausner
Hi! I have got a PerlInitHandler that does some config parsing etc. I would like Apache to stop starting up and to print out some error message ("Config Directive blabla missing" or something like that) if an error occures during config parsing. (As it is happing when something is wrong with

startup file

2000-07-23 Thread Paul Phillips
Hello, all, I'm quite noew to modperl. I've written a cgi, using cgi.pm that I am moving to modperl. The cgi is written as one main program, with a number of subroutines spread across three libraries that are required into the main program. If I list the main program in my startup file, so

Re: YAM (Yet Another Module) - an IPC shared cache thing - anyoneinterested ?

2000-07-23 Thread Perrin Harkins
On Fri, 21 Jul 2000, Greg Cope wrote: I've writen a small IPC sysV based shared cache thingy ... (useing IPC::ShareLite), and I'd like some comments oin the design if anywants to crtique... Can you explain how your approach is different from the ones in IPC::Shareable, IPC::Cache,

Re: OSS/Perl Conference Report

2000-07-23 Thread Perrin Harkins
On Sun, 23 Jul 2000, Matt Sergeant wrote: I've put my report on the OSS/Perl conference online for all to see. Hopefully you'll find it vaguely interesting in parts. Its at http://modperl.sergeant.org/oss-conf-report.txt "On Wednesday I first went to Andy Wardley's Template Toolkit BOF where

Re: ApacheCon Europe - thoughts please ?

2000-07-23 Thread Richard Dice
I am considering going to the ApacheCon Europe to see what's said and put a few faces to names and meet a few people. So am I. And I'd be shipping myself in from Montreal/Toronto for it. I'm sure it will be worth the money, but I sympathise in terms of paying out of pocket for it as well, as

Re: Apache::Session and blessed references

2000-07-23 Thread Jeffrey W. Baker
On Wed, 31 May 2000, Dylan Weed wrote: I can't seem to get Apache::Session to save the blessedness of an object. Is this an oversight on my part, a limitation of the module, a limitation of the database, or an intentional design decision? Conceptually, it seems as though an objects

Re: Foo::Bar vs. Foo::Bar

2000-07-23 Thread Perrin Harkins
Ade wrote: I have a module I've written, let's call it Foo::Bar. Well, I have several projects running under mod_perl that use this module. I add to the module from time to time, and thus newer projects will rely on a newer version of Foo::Bar. All these projects are running on the same