Chris Ochs wrote:

Here is the code that I cant' get working, maybe it is easier to just
correct what I have so far...

I'm afraid I can't tell what you're trying to do here. One big problem with this code is that you're putting the request object ($r, by convention) into a global. Don't do that. The request object is only valid for the length of the current request.


If you explain what you're trying to accomplish, we can give you some more specific advice.

- Perrin


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to