Any Info on Modifying the Expect script or Installing the Module will be helpfull....
Is there any reason you do not use the CPAN installer to install the modules? Its much easier and can automatically install any and all dependencies so you don't have to worry about them.
If you cannot, then you will have to do the following:
1. Download the module.
2. Unpack the module (as it will be a .tar.gz file)
3. Go into the module directory and run
That will produce the Makefile for the make command.
4. Run "make"
5. Run "sudo make test" (this will ensure that all installs ok before actually doing it)
6. Run "sudo make install".
If, during the make errors are spit out about dependencies, you will have to first download the each module dependency and install it seperately. This is why I like the CPAN installer, no need to really worry about all that.
Regards,
Jeff