We discussed this last night, and it would appear that your problems were with IO::Tty. You are also on what you called a vanilla Unix System V, Release 4. This is not exactly the most common platform in the wild any more, and the Expect_intro documentation warns that:
BUGS
       This module has not been tested on a great variety of
       platforms and is relatively young. Interesting and
       unexpected features will undoubtedly surface.
Well that is what the test suites are meant to catch, and I am sure that Austin Schutz (tex@habit.com) will be very interested in having it pass on your platform. As I said last night, "perl -V" contains a lot of information about how your system is configured that will help them do that.

Now there is a possibility that this is a 5.005_02 specific bug, I would still try the 5.005_03 release. But my guess is that it is some surviving BSDism due to having started with a code base developed on SunOS.


In reply to RE (tilly) 1: Installing Expect.pm and IO by tilly
in thread Installing Expect.pm and IO by adamsj

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.