Is there autoexpect for Perl's Expect?

666 Views Asked by At

I would like to generate Perl Expect code automatically, does something like autoexpect exist for Perl's Expect??

1

There are 1 best solutions below

0
On BEST ANSWER

This is not a good answer, but will have to do until a good answer comes along.

I ran the TCL autoexpect and it created a script file, I then wrote couple lines of perl code that parses the lines with "send" and "expect" tags and then uses the perl expect module to run them along with some other actions.

This hybrid approach gets me by, but I am still hoping for a better answer to come.