Hi there, On Fri, 3 Aug 2001, Rasoul Hajikhani wrote: > I have declared the following in my httpd.conf: > <Location /foo> > SetHandler perl-script > PerlHandler my::foo->cookie_check() > </Location> > > However, I get an error message: > Can't locate object method "cookie_check()" via package my::foo Try PerlHandler my::foo::cookie_check 73, Ged.