Adam Parrish wrote:
> Josh,
> 
> 
>>What perl version are you using ( perl -v ).
> 
> 
> $ perl -v
> This is perl, v5.6.1 built for sun4-solaris
> 
> I've been doing the apachectl graceful thing for quite some time (and I'll 
> probably just stick with it).  Still, it's sort of a nuisance for small 
> changes.
> 

I have another work around.  It turns out that having $^W set to 1
will trigger this behavior under UseStrict.  You probably either
have this set somewhere, or you have PerlWarn On set.

You can try to $^W = 0 in your global.asa.  I am working on a more
global solution for this for the next release.

--Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to