My issues certainly seem to have some similarities with #72330. Incidentally, when running with -T it (my small example) stops immediately for me with:

Insecure dependency in open while running with -T switch at /usr/local +/lib/perl/5.10.0/Term/ReadLine/Gnu.pm line 620. END failed--call queue aborted. at /tmp/d.pl line 0 Config::DESTROY(/usr/lib/perl/5.10/Config.pm:62): 62: sub DESTROY { } IO::Handle::DESTROY(/usr/lib/perl/5.10/IO/Handle.pm:76): 76: sub DESTROY {} IO::Handle::DESTROY(/usr/lib/perl/5.10/IO/Handle.pm:76): 76: sub DESTROY {}

but if I add PERLDB_OPTS="ReadLine=0" and change to -T instead of -t it works fine. Disabling ReadLine gets me further in my actual code also although it inevitably stops sooner than I'd like as some real tainted data is in use which escapes with -t.

I am thinking of trying HTTP::Lite instead as it does appears LWP::UserAgent is the start of my problems here and I hear HTTP::Lite is faster and I'm only doing simple gets.

Thanks for pointing out #72330, I'll keep an eye on it and if you want to come back to me when there is a fix - fine.


In reply to Re^4: Problems running debugger when in taint mode by mje
in thread Problems running debugger when in taint mode by mje

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.