in reply to Re: Understanding what Inheriting is.
in thread Understanding what Inheriting is.
Since ordinance @ISA = qw(stock_footage); couldn't you use
$this->flip_jeep()
my $class = ref($this) || $this; $class->SUPER::flip_jeep();
What am I missing about your example?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Understanding what Inheriting is.
by toma (Vicar) on Aug 14, 2001 at 06:08 UTC |