install Apache::Cookie for Win32? was: mod_perl setup for w2k?

2000-06-22 Thread Tom Roche
Tom Roche 6/16/00 6:52PM I`ve also found Randy Kobes` mod_perl binaries at ftp://theoryx5.uwinnipeg.ca/pub/other/ and am planning to try perl-win32-bin-0.6.exe. If anyone has already gotten mod_perl running on w2k, I`d appreciate your recommendations (or pointers to documentation

Re: install Apache::Cookie for Win32?

2000-06-22 Thread Tom Roche
"Russell Lundberg" [EMAIL PROTECTED] 6/17/00 12:01:17 PM Thanks Randy for the perl-win32-bin-0.6.exe binary. On Thu, 22 Jun 2000, Tom Roche wrote: Indeed! I bow in the general direction of Winnipeg. A few tweaks to httpd.conf-perl, install the service per http://apache.org/docs/wi

test for mod_perl? for IIS?

2000-05-31 Thread Tom Roche
I'm working on a project that has been running as CGI on Netscape and IIS. We were told to port to mod_perl on Apache. Now it seems we must also run on CGI on IIS and on Apache: three platforms total. Testing $ENV{'GATEWAY_INTERFACE'} allows us to detect CGI, but (correct me if I'm wrong) not

Re: how to get Devel::Symdump working with mod_perl code?

2000-05-09 Thread Tom Roche
On Thu, 4 May 2000, Tom Roche wrote: I'm trying to use Devel::Symdump to document code, snip Unfortunately Loader, or rather Perl, is having a problem with Apache::DBI.pm. The first source file require's OK. The second source file, GetDBs.pm, use's Apache::DBI(), line 202 of which

how to get Devel::Symdump working with mod_perl code?

2000-05-04 Thread Tom Roche
I'm trying to use Devel::Symdump to document code, but Perl is choking when it hits (what appears to me to be) autoloadable stuff. I'd like to know how to invoke (or patch, or whatever) Perl in such a way so as to ignore such problems (or perhaps merely warn/carp about them), or how to run