Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use Perl Expect (expect.pm)

Status
Not open for further replies.

Someone2005

Programmer
Joined
Jul 19, 2006
Messages
1
Location
US
In my program I need to use Expect, which is available as a Perl module.

The problem is that Expect itself requires another module, IO::Tty. I downloaded both, but I can't install them. Maybe I installed into the wrong directories, or didn't build something. (Why not bundle everything as a simple pack is beyond me.)

Can someone give step-by-step instructions on how to install Expect.pm, with all its dependencies, and what runtime requirements my script will have?

Obviously the README-writers were verbally challenged - most of these files are at most 7-8 lines long. Thanks
 
Hi,

What OS are you using ?

Also, you might want to use the original TCL version of expect which is real easy to install and get going. If you are having probs getting the perl modules to load, this may be a quicker way to move this along for you.

HTH



Nigel Bowden
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top