> Of secondary importance, and in the interest of finally putting the > issue behind me, does anyone have any idea why the above config caused > the failure of both apps to work with AutoRunmode? Possibly runmode > registration confusion?
I can see that AutoRunmode uses a BEGIN block, which can have gotchas under mod_perl ( http://perl.apache.org/docs/1.0/guide/porting.html#BEGIN_blocks ), but from sight-reading the code, it looks like it should work to me, because the BEGIN block just defines some subroutines, and they are actually called in 'import()', which should be called by both modules. Mark -- http://mark.stosberg.com/blog ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
