in reply to HTTP::Message
To debug further I would suggest adding to your script the line:
That won't fix anything, but it will give you a complete stack backtrace into your code, and you can figure out what is going on from there.use Carp 'verbose';
PS: There is discussion at Are debuggers good? both pro and con on using debuggers for debugging. You might find it an interesting read.
|
|---|