Re: header issues etc...

2007-07-03 Thread pubert na
Won't multiple simultaneous requests change the "our" variables unpredictably since they all have access to the symbol table? On 7/3/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: On 7/3/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > i prefer storing them as class variables and using a public

Re: header issues etc...

2007-07-02 Thread pubert na
I fixed it... apparently it not like the "return $self if defined $self;" ... return $class id ref $class is better form anyway... thanks and sorry about all the emails ;) On 7/2/07, pubert na <[EMAIL PROTECTED]> wrote: I was able to narrow down the problem I was having, an

header issues etc...

2007-07-02 Thread pubert na
I was able to narrow down the problem I was having, and produce a test case for you folks. Below are two relatively self-explanatory files. If I navigate to test.cgi, it will appear to load the page properly, but if I hit the reload button a bunch of times in a row, the error_log will log segfaul

Re: newbie questions

2007-06-28 Thread pubert na
I made a little progress on my own, but I'm still stuck. If I do an $r->assbackwards(1); before I send the header, the first time the page loads, everything is perfect. If I reload, some of the frames get shifted around, or the entire page reloads inside a single frame. Keep in mind that withou

newbie questions

2007-06-27 Thread pubert na
I've been trying to convert our app over to mod_perl. Everything went smoothly except the cookies. When I load the page, some frames load and other don't. Below is the Perl function which prints out the headers. It's called before any template is printed. If I comment out the cookie lines, an