[Boulder.pm] LWP::UserAgent question

Rob Nagler nagler at bivio.biz
Thu Jul 21 13:00:12 PDT 2005


Jason Van Slyke writes:
> And then diagnostics chatters on for hundreds of lines. I apologize,
> but I am not fluent in the use of the perl debugger. But if you give a
> brief description of what I should have done, there is a pocket guide
> to the perl debugger around here somewhere and I'll get it
> done.

diagnostics is probably making the chatter.  Have you tried:

    perl program 2>diag.out
    splain diag.out

Alternatively, you could:

    perl -Mdiagnostics=-traceonly my_script.pl

And send me the stack trace.

Rob





More information about the Boulder-pm mailing list