Re: How sub handler was called.

2002-11-24 Thread Stas Bekman
Stas Bekman wrote:

Ruslan U. Zakirov wrote:


 Hello, all!
May I understand in my handler sub how it was called?
Was it called by Apache process in stacked handlers chain or
it was called by some other module with call MyMod::handler($r)?
Could i do it without adding some special parametrs?



perldoc caller


perldoc -f caller

Thanks, Issac



__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com




How sub handler was called.

2002-11-22 Thread Ruslan U. Zakirov
 Hello, all!
May I understand in my handler sub how it was called?
Was it called by Apache process in stacked handlers chain or
it was called by some other module with call MyMod::handler($r)?
Could i do it without adding some special parametrs?
   Beforehead thanks, Ruslan.