Re: [cgiapp] order of operations

2009-08-12 Thread Mark Fuller
On Wed, Aug 12, 2009 at 8:27 AM, P Kishor wrote: > I have read the article on "Order of Operations" at > http://cgiapp.erlbaum.net/index.cgi?OrderOfOperations ... I can't answer your question. But, I never saw that document before. It's really useful. I think it would be beneficial if the POD had

[cgiapp] order of operations

2009-08-12 Thread P Kishor
I have read the article on "Order of Operations" at http://cgiapp.erlbaum.net/index.cgi?OrderOfOperations but I am not clear as to what is going on in my situation. Here is what I have --- MyAuthen.pm --- package MyAuthen; 1. sub cgiapp_get_query { .. } 2. sub cgiapp_init { .. } 3. sub setup { .