Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: MT5: Undefined Subroutine Called Uploading Image

by oko1 (Deacon)
on Feb 17, 2012 at 21:06 UTC ( [id://954624]=note: print w/replies, xml ) Need Help??


in reply to MT5: Undefined Subroutine Called Uploading Image

I would suspect something like this somewhere in the code:

... my $mysub = some_op_returning_empty_string; $mysub->();

Advice: brute-force it. Stick in some print statements using divide-and-conquer, and look for that kind of sub invocation. Maybe do a "grep '\$.*-> *(' filename" on the code.

-- 
I hate storms, but calms undermine my spirits.
 -- Bernard Moitessier, "The Long Way"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://954624]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found