in reply to Core Dump using B::XXXX::METHODS resolved
in thread Determining the true type of a reference
No, you just called the method incorrectly. $lvobject->TYPE should work regardless of what sort of thing was handed to B::??::TYPE. So what made you think you should call a method like a function? Normally you call a method like a method and then any inheritance (what B:: uses) or any class AUTOLOAD can handle the issue. So what gives?
I was off at a great party over the weekend and didn't see your post until just now. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Core Dump using B::XXXX::METHODS resolved
by Mr. Muskrat (Canon) on May 28, 2003 at 13:03 UTC |