in reply to Invoking bless triggers "Can't resolve method ..." error

Could you tell us the version of Perl you're using, and the result of running the script via perl -Mdiagnostics=-traceonly my_script.pl?

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

    Yes, perl --version outputs:

    This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi

    The production environment uses the same Perl.

    When I first ran the script with -Mdiagnostics=-traceonly, I got about forty notices about harmless but slightly wrong usage. After I resolved these issues, all I am left with is:

    Uncaught exception from user code: Can't resolve method "name" overloading """" in package "overl +oad" at <file> line <line>. at <file> line <line>