Steve Peters <[EMAIL PROTECTED]> writes:
>> $p->{"type"} tries to call a method named type
>
> My guess would be that somewhere in the object hierarchy, something has
> an AUTOLOAD defined.  This is the expected behavior in that case.

Could you elaborate on that a little bit more? I thought autoloading
only takes place if an undefined subroutine is called. But here there
should be no call in the first place. Also, why can I access
$p->{type} in the debugger without an error?

Thanks,

  --Nikolaus

-- 
$p->{"type"} tries to call a method named type
https://launchpad.net/bugs/57061

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to