http://www.perlmonks.org?node_id=646596

RaduH has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,

If this is not the right place for this question, I'd appreciate a pointer. I am using Eclipse and I have installed the PERL extension (or whatever it is called). I want to use a module that was not installed by default with Perl (Expect.pm, to be more precise) I have copied the pm file in the current directory (next to the Perl script) as well as in the Perl/lib folder. However, Eclipse shows a compilation error on the "use Expect" line (yes, I have the ; at the end :) ).

I use ActiveState Perl 5.8.8 on a Win2000 box. My Eclipse is 3.3.0.

Thanks for any advice you may have for me,
RH