in reply to Re^2: Invoking bless triggers "Can't resolve method ..." error
in thread Invoking bless triggers "Can't resolve method ..." error

The variable $class contains the name of the current package

How exactly did you inspect the contents of $class? Did you use the debugger or something like Data::Dump, or did you simply print it?

At this point we're just giving educated guesses; I suggest you boil the problem down to a short, runnable example (see http://sscce.org/) that reproduces the problem.

Replies are listed 'Best First'.
Re^4: Invoking bless triggers "Can't resolve method ..." error
by turkanis (Novice) on Jul 09, 2015 at 02:36 UTC

    Yes, by inspecting it in a debugger

    I am working on "boiling" the problem down, but it is a long process. The error is so strange that I thought someone might be able to tell me what would be the likely cause.