Perl 的 Expect 是否有自动预期?
我想自动生成 Perl Expect
代码,执行类似的操作Perl 的 Expect< 存在
autoexpect
/代码>??
I would like to generate Perl Expect
code automatically, does something like autoexpect
exist for Perl's Expect
??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是一个好的答案,但必须这样做,直到出现一个好的答案。
我运行了 TCL autoexpect 并创建了一个脚本文件,然后编写了几行 perl 代码,用于解析带有“send”和“expect”标签的行,然后使用 perl Expect 模块来运行它们以及其他一些操作。
这种混合方法让我度过了难关,但我仍然希望能得到更好的答案。
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.