Re: mod_perl and JavaScript

2004-04-09 Thread Perrin Harkins
On Thu, 2004-04-08 at 18:04, Kemin Zhou wrote: > The bug is the classical problem with named subroutin inside another subroutine. > > This is one shortcoming of mod_perl. PHP would not have such a problem. It doesn't actually have much to do with mod_perl. It's just a coding mistake, tripping o

mod_perl and JavaScript

2004-04-08 Thread Kemin Zhou
This is almost certainly caused by a bug in your perl code. You are probably unintentionally creating a closure. If you post some code here, we can help you spot the problem. - Perrin Earlier I posted a problem with HPPTD and mod_perl. Thanks for Perrin's respons. Now I have the problem solved