My home Perl workspace is currently on ActiveState 5.16.3 The production server is using cPanel on VPS - and depending on the OS configuration on the server, cPanel STILL ships with Perl 5.8.8. (And I believe Plesk does the same.) What I'm writing has to work at least adequately on 5.8.8 and up because this code is going into an app that has to run on 5.8.8 and up.

The version of cPanel that ships with Perl 5.8.8 also ships with a 3rd-party install of Perl 5.14 - but the problem there is that you can't update the installed modules in the 3rd-party install. (Although I may have figured out a way to work around that annoyance - needs some testing, though, and it doesn't help other users using installing the app who are on all sorts of different servers.)

So Net::SMTPS works for this problem. Hopefully by the time it stops working, cPanel will be shipping with a more current version of Perl.


In reply to Re^5: Net::SMTP::SSL ACK!! by Dandello
in thread Net::SMTP::SSL ACK!! by Dandello

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.