PerlHandler Inheritance

2002-10-04 Thread Tom Servo
This is probably a pointless question, but I'm mostly just curious if there is any way to get this to work. I've got two modules, Parent.pm and Child.pm. Parent.pm has a sub handler in it, and Child.pm has Parent in ISA. I can run a little driver script over these two and call Child::handler

Re: PerlHandler Inheritance

2002-10-04 Thread Geoffrey Young
Tom Servo wrote: This is probably a pointless question, but I'm mostly just curious if there is any way to get this to work. I've got two modules, Parent.pm and Child.pm. Parent.pm has a sub handler in it, and Child.pm has Parent in ISA. I can run a little driver script over these

Re: PerlHandler Inheritance

2002-10-04 Thread Tom Servo
That was exactly it, prototyping did the trick perfectly. I honestly had no idea that it would even have an effect on this. Thanks! On Fri, 4 Oct 2002, Geoffrey Young wrote: Tom Servo wrote: This is probably a pointless question, but I'm mostly just curious if there is any way to