Re: win32 and apache_1.3.19

2001-04-26 Thread Randy Kobes
- Original Message - From: "Doug MacEachern" <[EMAIL PROTECTED]> To: "Randy Kobes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 8:57 PM Subject: Re: win32 and apache_1.3.19 > how about having Makefile.PL generate a file that sets > $Apache::Server::CWD, whi

Re: win32 and apache_1.3.19

2001-04-26 Thread Doug MacEachern
how about having Makefile.PL generate a file that sets $Apache::Server::CWD, which is then PerlRequire'd by httpd.conf? i'd just rather avoid modifying the distribution files. - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: Locating leaked scalars

2001-04-26 Thread Doug MacEachern
On Thu, 26 Apr 2001, Matt Sergeant wrote: > Doug, > > I found a post from you to Mosely a while back saying you'd tell him how > to track down scalar leaks, but I can't find any follow up. Is there a > way to do this that you know of, or is it a matter of firing up purify > (which I don't have,

Re: modperl_style.pod

2001-04-26 Thread Chris Nokleberg
One reason is because when using Registry, your script isn't in main:: anymore. This bit me once in porting CGIs to mod_perl. Chris On Wed, Apr 25, 2001 at 04:30:02PM +0800, Stas Bekman wrote: > > also can you please explain why: > > =head2 Symbol tables > > ... > stay away from main:: --

Locating leaked scalars

2001-04-26 Thread Matt Sergeant
Doug, I found a post from you to Mosely a while back saying you'd tell him how to track down scalar leaks, but I can't find any follow up. Is there a way to do this that you know of, or is it a matter of firing up purify (which I don't have, but I hear there's a GNU version) or something? --