a really basic mod_perl usage question: what's the preferred way for multiple embperl pages to include a single instance of data from one file (including apache::dbi handles behind dbix objects ) ?
i'd like to do: [- Execute({inputfile=>'mycommon.html', package=>'mycommon'}); $mycommon::myset->Search(); -] and have mycommon.html consist of one large [! !] block if i instead do the Execute in startup.pl (which would be even better, since it could be shared by all apache children), my pages don't even see the package. thanks much, joshua spoerri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]