Greetings fellow Monks.
My problem is thus:
I have a module that sends email by using Net::Telnet to make a connection to the server and then handle the transaction line-by-line. (I know Net::SMTP may be better for this, but I wrote it as a learning exercise.)
The thing is, the module appears to work correctly and the email is sent as required. However, ever since we have upgraded our servers to ActiveState Perl 5.6, it has continued to work, but is now printing the message:
PerlScript Error error '80004005'
The Unsupported function alarm function is unimplemented at C:/Perl/si
+te/lib/Net/Telnet.pm line 2023.
I'm certainly not calling this function explicitly and, as I said, this message did not appear prior to the Perl upgrade.
This is running in a Perlscript ASP environment on IIS with Perl 5.6 if that helps any.
Can anyone shed any light on the meaning of this error? Or what I might be doing wrong?
Thanks in advance.
J.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.