Re: Prototype mismatch (solved??)

2002-12-19 Thread Csongor Fagyal
Hi, I have solved the previoud error, but I am not exactly sure how :-) Your solution looks like it has nothing to do with the original problem reported by perl. This might be the case of this being just some odd perl bug type thing that you worked around. Every now and then ( maybe once a

Re: Prototype mismatch (solved??)

2002-12-19 Thread Josh Chamas
Csongor Fagyal wrote: Hi, I have solved the previoud error, but I am not exactly sure how :-) Your solution looks like it has nothing to do with the original problem reported by perl. This might be the case of this being just some odd perl bug type thing that you worked around. Every now and

Re: Prototype mismatch (solved??)

2002-12-19 Thread Csongor Fagyal
Hi, I have solved the previoud error, but I am not exactly sure how :-) I had this in another module: sub get_language_file { my ($self, $file) = @_; my $data = &get_langfile($file); return $data; } Which I have modified as: sub get_language_file { my ($self,

Re: Prototype mismatch

2002-01-08 Thread Joshua Chamas
Philip Mak wrote: > > On Tue, Jan 08, 2002 at 01:10:06PM -0800, Joshua Chamas wrote: > > > Does anyone know what this message in my error log means? > > > > > > [Sun Jan 6 08:48:38 2002] [notice] Accept mutex: sysvsem (Default: sysvsem) > > > Prototype mismatch: sub >Apache::ASP::Compiles::_hom

Re: Prototype mismatch

2002-01-08 Thread Philip Mak
On Tue, Jan 08, 2002 at 01:10:06PM -0800, Joshua Chamas wrote: > > Does anyone know what this message in my error log means? > > > > [Sun Jan 6 08:48:38 2002] [notice] Accept mutex: sysvsem (Default: sysvsem) > > Prototype mismatch: sub >Apache::ASP::Compiles::_home_shoujoai_global_global_asax3

Re: Prototype mismatch

2002-01-08 Thread Joshua Chamas
Philip Mak wrote: > > Does anyone know what this message in my error log means? > > [Sun Jan 6 08:48:38 2002] [notice] Accept mutex: sysvsem (Default: sysvsem) > Prototype mismatch: sub >Apache::ASP::Compiles::_home_shoujoai_global_global_asax3923adc3e76bb3f58ab02b2d54297b4d::time2str > (;$) v