I suggest the scientific approach...find out exactly what version breaks your implementation. If you know 5.79 works, try 5.800. Continue incremental testing until you get the undesired behavior. Then check the Changes log of libwww-perl and find out what changed for that version. That would give you at least an idea of where to look.

Other explorative options that might provide fruitful information include network sniffing (is the communication different between versions?), and maybe even throwing some debug statements into the libwww-perl code (such as in the request function) to find out where it's going astray.

Find out the when and where first...then worry about the why.


In reply to Re: libwww-SSL Post Issue by Magius_AR
in thread libwww-SSL Post Issue by azstyx

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.