G'day tothestars,

Welcome to the Monastery.

[Please put code, data, program output, and similar text within <code>...</code> tags. This has a number of benefits: your posts will be easier to read; you won't need to escape special HTML characters (e.g. turn '<' into '&lt;'); it provides a download facility so we can get a verbatim copy of your code.]

You can find the Perl deltas in the Miscellaneous section of perldoc. Looking in perl5220delta: Selected Bug Fixes, there's a reference to '-T' that may be what you're looking for. There's another in the Performance Enhancements section but that doesn't look relevant to me. If those don't help, try other deltas in the version range you specified.

You might also want to try:

$ file spk_pre_180208_180715_180419_bpo12_p.bsp

How does the output from that compare with what '-T' is telling you?

I don't have any of those Perl versions handy so I can't do any direct testing for you.

— Ken


In reply to Re: -T changed behavior by kcott
in thread -T changed behavior by tothestars

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.