I think your last point (installing Expect.pm through Cygwin) might be the path of least resistance for this problem! Like I said, I would be able to provide more details but I am kind of left to my own devices (and Google) to figure this out.

The main issue is just that I am trying to debug this Perl script (so I can step through/set breakpoints etc) using EPIC plugin for Eclipse IDE (because that is what I am most familiar with for debugging Perl scripts), and I have ActivePerl installed as my Perl interpreter. From what I have read it seems like this is not the correct way to do it in Windows OS (and I am only used to doing Perl in a Linux VM that I had at my old job).

Right now though I cannot modify my own computer software (need admin access) so I am attempting to get that access so I can try out Cygwin install method that you mentioned above. I really really appreciate your feedback to solve this problem! I apologize if I was not descriptive enough or too vague as to explaining what the issue actually is. The error message that I got from the Perl interpreter is this: "Can't locate Expect.pm in @INC" and after googling it seemed like its not straightforward to install that module using ActivePerl on Windows. Hopefully that helps!

Thanks so much for your help!


In reply to Re^4: Expect.pm debugging in Windows by bandros
in thread Expect.pm debugging in Windows by bandros

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.