I have a site running mod_perl that I'm constantly making changes to.

What do I have to do in order to make it so that when I edit any file
(either a .pl script directly called on the site, or a .pm module that my
perl script "use"s), then the changes will take effect automatically? I
would rather not have to go into each file manually and put "use
Apache::Reload".

Do I just put

PerlInitHandler Apache::Reload

in httpd.conf? Is there anything else that I have to do?

Reply via email to