Hello All. I am fairly new to both mod_perl and Apache::ASP. After initially getting mod_perl up and running, I configured Mason, Embperl, and Apache::ASP. After poking around in each for a while, I decided to go with Apache::ASP and have started to convert my CGI, perl scripts.
Everything has been going great but I'm a bit confused with which files I should be storing stuff. Here is what I'm doing now: httpd.conf: Call Apache::Registry startup.pl : Call Apache::DBI and DBI to establish a persistent DB connection. Also call my own custom module, USA which basically consists of a bunch of commonly used functions and environment variables. global.asa : Empty! It seems that startup.pl and global.asa have the same task. Is it necessary, desirable, to use both? I'm a bit of a newbie here so any suggestion will be helpful! BTW: To those that created Apache::ASP... thank you! I've never even used ASP in a Windows env. before but just love the simplicity... it is like getting the ease of PHP with the power of Perl. Regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]