in reply to Re: Inheritance problem: Not a HASH ref
in thread Inheritance problem: Not a HASH ref

I get it thanks. Can't say I find it amusing ;) but hey!

So, I learned that unresolved subs go through AUTOLOAD if defined. That has shed light to an area I kept postponing to read about. AUTOLOAD!

In your last chunk you mention keys %Furl::, wouldn't that include variables?

Replies are listed 'Best First'.
Re^3: Inheritance problem: Not a HASH ref
by roboticus (Chancellor) on Feb 26, 2019 at 21:08 UTC

    bliako:

    Yeah, I expect that'll also pick up our variables in the package. I wasn't really thinking about those, as I mostly use my variables. I guess it would pick up other things, too. I guess you'd have to add a check to verify that it's a code thing before deciding to build the method.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.