sub init() ... does this have any special purpose?

2002-06-11 Thread Mark Korey
I was once told that in order for mod_perl CGI code to work properly all functionality/logic needed to reside in a function named init(). Now that I'm pouring over mod_perl documentation getting things running, I haven't found any mention of this. So ... is there any special purpose w/in

Re: sub init() ... does this have any special purpose?

2002-06-11 Thread Stas Bekman
Mark Korey wrote: I was once told that in order for mod_perl CGI code to work properly all functionality/logic needed to reside in a function named init(). Now that I'm pouring over mod_perl documentation getting things running, I haven't found any mention of this. So ... is there any