Apache::Session problems, film at 11:00 ...

2001-04-29 Thread Christopher L. Everett
All: I'm getting very odd behavior out of Apache::Session, with serious problems using both the MySQL and File variants. Yes, I know I've come here with this problem before. Sigh. I even fixed it, although it was one of those things where I didn't quite know why it started working. Anyway,

[OT] How to write this perl sub w/o variables?

2001-04-29 Thread Philip Mak
Is it possible to rewrite this perl subroutine without using variables? sub XMLEncode { my ($line) = @_; $line =~ s//amp;/g; $line =~ s//lt;/g; $line =~ s//gt;/g; return $line; } I was thinking something like sub XMLEncode { s//amp;/g; s//lt;/g; s//gt;/g;

Re: [OT] How to write this perl sub w/o variables?

2001-04-29 Thread Honza Pazdziora
On Sun, Apr 29, 2001 at 04:34:40AM -0400, Philip Mak wrote: I was thinking something like sub XMLEncode { local $_ = shift; s//amp;/g; s//lt;/g; s//gt;/g; return $_; } -- Honza

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-29 Thread Stas Bekman
On Sun, 22 Apr 2001, Stas Bekman wrote: There is this entry in the guide: The interface to file handles which are linked to variables with Perl's tie() function is not yet complete. The format() and write() functions are missing. If you configure Perl with Csfio, write() and format()

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-29 Thread Matt Sergeant
On Sun, 29 Apr 2001, Gunther Birznieks wrote: At 09:14 AM 4/28/01 +0100, Matt Sergeant wrote: On Sat, 28 Apr 2001, Gunther Birznieks wrote: As I think I mentioned, it's great that the people like you on this list have a passion for delivering cool software. [snipped] People

Re: [OT] How to write this perl sub w/o variables?

2001-04-29 Thread Stas Bekman
On Sun, 29 Apr 2001, Philip Mak wrote: Is it possible to rewrite this perl subroutine without using variables? sub XMLEncode { my ($line) = @_; $line =~ s//amp;/g; $line =~ s//lt;/g; $line =~ s//gt;/g; return $line; } I was thinking something like sub XMLEncode {

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-29 Thread Matt Sergeant
On Sun, 29 Apr 2001, Stas Bekman wrote: On Sun, 22 Apr 2001, Stas Bekman wrote: There is this entry in the guide: The interface to file handles which are linked to variables with Perl's tie() function is not yet complete. The format() and write() functions are missing. If you

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-29 Thread barries
On Sun, Apr 29, 2001 at 01:37:52PM +0800, Gunther Birznieks wrote: At 09:06 AM 4/28/01 -0400, barries wrote: Not sure either, except that this would be more targeted towards specific research projects, as opposed to the build a venue and they will come SourceXchange model. I guess my

Re: cookies work for some browsers, not for others... ?

2001-04-29 Thread Issac Goldstand
- Original Message - From: will trillich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 9:44 PM Subject: cookies work for some browsers, not for others... ? [snip] cf !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN HTMLHEAD TITLE302 Found/TITLE /HEADBODY

Re: cookies work for some browsers, not for others... ?

2001-04-29 Thread Issac Goldstand
- Original Message - From: will trillich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 9:44 PM Subject: cookies work for some browsers, not for others... ? [snip] cf !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN HTMLHEAD TITLE302 Found/TITLE /HEADBODY

Re: HELP??? Installation on MAC OS X

2001-04-29 Thread Tom Mornini
Tenon Systems has a current version of Apache with complete GUI administration engine at http://www.tenon.com/products/itools-osx/ This is a commercial product... On Friday, April 27, 2001, at 10:16 PM, Charlie Garrison wrote: G'day, I am trying to install mod perl on the Apple OS X Server

Need help installing on Win32...

2001-04-29 Thread Carey Burgess
Hi... I have been using Apache along with Perl for a while now (and have been writing Perl/CGI scripts for even longer), but I am having much difficulty when it comes to installing this module. (I've never installed any modules before, so I'm ALL new to this.) I've found instructions for

Re: Need help installing on Win32...

2001-04-29 Thread Carey Burgess
Yeah, I have ActivePerl. So... I tried installing it using PPM... Well, here's a snippet of what happened: PPM interactive shell (2.1.2) - type 'help' for available commands. PPM install

Re: Need help installing on Win32...

2001-04-29 Thread Randy Kobes
On Sun, 29 Apr 2001, Carey Burgess wrote: Yeah, I have ActivePerl. So... I tried installing it using PPM... Well, here's a snippet of what happened: PPM interactive shell (2.1.2) - type 'help' for available commands. PPM

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-29 Thread Adi Fairbank
On Sat, 28 Apr 2001, Gunther Birznieks wrote: [text cut] So for Adi -- I think the messaging server is great and I am sure it is cool and works well. And I am sure there are people on this list who will benefit. But unless your company makes the healthcare system itself open source,

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-29 Thread Cees Hek
On Sun, 29 Apr 2001, Adi Fairbank wrote: Thanks Gunther, We actually have discussed releasing our entire application open source. I personally would love to release it, being the chief architect, but there are other people involved who have put in a lot of work

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-29 Thread dougm
dougm 01/04/29 10:53:42 Modified:t/response/TestAPI uri.pm xs/Apache/URI Apache__URI.h xs/maps apache_functions.map apache_structures.map xs/tables/current/ModPerl FunctionTable.pm Log: special case Apache::URI-port Revision

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2001-04-29 Thread dougm
dougm 01/04/29 21:37:01 Modified:lib/ModPerl Code.pm Log: integrate modperl_global module Revision ChangesPath 1.60 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file:

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-29 Thread dougm
dougm 01/04/29 21:37:32 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.13 +224 -1modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h modperl_types.h

2001-04-29 Thread dougm
dougm 01/04/29 21:38:37 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_types.h Log: integrate modperl_global module and initialize pconf/request_rec globals Revision ChangesPath 1.51 +13 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: