Inheritance within Apache::Registry(NG)

2000-09-08 Thread Philip Molter
I want to write a handler that will basically do a bunch of processing, create some information, and then run a script in the handled directory passing in the information, afterwords, doing some more work before finally returning. So, like: sub handler { my $r = shift; # bunches of

Re: Inheritance within Apache::Registry(NG)

2000-09-08 Thread Ken Williams
[EMAIL PROTECTED] (Philip Molter) wrote: However, whenever I pass $r, it invariably gets recreated as an Apache object or, if I fiddle around with Apache::PerlRun, it gets maybe recreated as an Apache::RegistryNG object, depending on how I make PerlRun inherit things. The point is, I /want/