Re: [mp2] RegistryCooker.pm reporting argument isn't numeric.

2004-03-15 Thread Charlie Smith
I added 'use strict', declared all the undeclares, replaced most of the local() declarations with my() and corrected a typing problem where a var was being set to an integer concatenated onto a bare character (not enclosed in quotes). No error now.I'll bet it was the use of local() types whe

Re: [mp2] RegistryCooker.pm reporting argument isn't numeric.

2004-03-15 Thread Charlie Smith
>>> "Stas Bekman" 3/15/2004 1:28:36 PM >>> Charlie Smith wrote: > > Bug Report: > -8<-- Start Bug Report 8<-- > 1. Problem Description: [mp2] RegistryCooker.pm reporting argument isn't > numeric. > With mod_perl turned on I'm getting following error on i

Re: [mp2] RegistryCooker.pm reporting argument isn't numeric.

2004-03-15 Thread Stas Bekman
Charlie Smith wrote: Bug Report: -8<-- Start Bug Report 8<-- 1. Problem Description: [mp2] RegistryCooker.pm reporting argument isn't numeric. With mod_perl turned on I'm getting following error on invokation of a PERL script that yeilds no such warning wi