>> For what it's worth, I had to do this instead: >> >> BEGIN { unshift(@INC, qw(lib extlib)); } > >That's odd, because that's almost exactly equivalent to a "use lib" >call. Are you running this under PerlRun? PerlRun executes BEGIN >blocks every time, but Registry only executes them once. It would be >good to try to get things running under Registry, since it's >significantly faster.
Well, without the BEGIN, running it as a normal CGI script failed entirely, with the scripts not being able to find the modules. Throwing it into a BEGIN worked immediately thereafter, but I've not *extensively* tested it out under mod_perl yet. And yes, I'm attempting under Registry. -- Morbus Iff ( I'd prefer my past to be multiple choice. ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html