in reply to (tye)Re: OO Inheritance in Win32
in thread OO Inheritance in Win32

Please see my previous statement about the legth of the day ;)

Renamed Base to Foo and checked for the fooness of other packages (surprisingly there was none ;)). Still get the same error.

$japh->{'Caillte'} = $me;

Replies are listed 'Best First'.
(tye)Re2: OO Inheritance in Win32
by tye (Sage) on Feb 28, 2001 at 22:33 UTC

    I suspect you didn't change all of the cases of "Base" to "Foo" (or you now have both cases of "qwe" and "Qwe"). It didn't work for me on the first try but I had neglected to change "package Base" to "package Foo". Once I changed the last "Base", it worked.

    Please double check your work.

            - tye (but my friends call me "Tye")

      Have a ++ (I'm out of cigars ;)) that worked perfectly after I changed the last Base to Foo! Many thanks to both of you for you help

      $japh->{'Caillte'} = $me;