> Anyone use Expect.pm? Yes. We use it very frequently for switch testing (not everything is available via SNMP for some vendors, sadly), and a few other tasks. It's got some flaws, but overall we're happy.
> I'm looking to use it at work, but I seem to be running into some > resistance from IT about installing it (and its bundle) on all > the machines. I was told I can install anything I want locally > within the project source code repository, but that installing > something on every machine is going to get resistance. Why? It's relatively small, and if you're using debian/ubuntu, apt-get install libexpect-perl and you're done. That's our install method and it works well. > So, the question is, is it even possible to intall Expect.pm > and its associated bundle in a source code repository and > have that code run on different machines? IIRC, Expect.pm requires specific versions of IO::*. So this may or may not work, depending on what you have installed...I would try it and see what happens though, it might "just work". -Steve On May 2, 2013, at 11:51 AM, Greg London <[email protected]> wrote: > Anyone use Expect.pm? > > I'm looking to use it at work, but I seem to be running into some > resistance from IT about installing it (and its bundle) on all > the machines. I was told I can install anything I want locally > within the project source code repository, but that installing > something on every machine is going to get resistance. > > So, the question is, is it even possible to intall Expect.pm > and its associated bundle in a source code repository and > have that code run on different machines? > > I would assume that modules like > Expect.pm, IO::Stty, IO::Tty, IO::Pty > seem low level enough that they would > be a bit machine specific? > > > > > _______________________________________________ > Boston-pm mailing list > [email protected] > http://mail.pm.org/mailman/listinfo/boston-pm > _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

