This is getting very frustrating, so I guess I should ask about this
before I scrap the whole project and go back to CGI.
I'm using Apache::Reload during development since I'm constantly making
changes to code. However, it does not appear to be working right.
Let's say I'll have a handler that
I'll admit that I'm a mod_perl newbie. I've always just used plain ol'
CGI scripts in the past. Obviously I have relied's upon CGI's param()
method to get form parameters. Looking around the documentation, I can
see how to do the equivalent using mod_perl, but nothing with mod_perl 2.
In fac
Gotcha. However, restarting apache doesn't seem to do the trick. Is it
maybe unrelated to Apache2::Reload?
I've noticed that if I go through and make a LOT of changes (commenting
stuff out), then go back and undo my changes to get me back to square one,
that sometimes fixes it. However, 5 -