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 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 recommenda

mod_perl setup for w2k?

2000-06-16 Thread Tom Roche
The courseware project on which I labor has been running on several webserver/platforms, notably CGI on NT IIS and mod_perl on Apache on Solaris. My boss has decided he'd like to see it on mod_perl on Apache on Windows 2000. I've found the docs for "Using Apache With Microsoft Windows," and especi

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 whe

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, >> 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

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 Devel::