Michael Grant wrote: > It seems that as I work on my script, Apache doesn't reload it when > the script changes on disk.
Are you using Apache::Registry? It only reloads the main file, not any modules you might be using. For that, you need to use Apache::Reload or Apache::StatINC (as Nigel pointed out). > (if so, it should be documented in the mod_perl_traps man page). It's all documented here: http://perl.apache.org/docs/1.0/guide/ - Perrin