⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 测试中用于交互的一个脚本.在自动化脚本中会用得到.希望对您有帮助.
💻
字号:
Expect.pm v1.20===============Expect requires the latest version of IO::Tty, also available fromCPAN.  IO::Stty has become optional but I'd suggest you also installit.  If you use the highly recommended CPAN module, there is aBundle::Expect available that installs everything for you.If you prefer manual installation, the usual  perl Makefile.PL  make  make test  make installshould work.Note that IO::Tty is very system-dependend.  It has been extensivelyreworked and tested, but there still may be systems that haveproblems.Please be sure to read the FAQ section in the Expect pod manpage, especially the section about using Expect to control telnet/ssh etc.There are other ways to work around password entry, you definitely don't need Expect for ssh automatisation!The Perl Expect module was inspired more by the functionality ofTcl/Expect than any previous Expect-like tool such as Comm.pl orchat2.pl.The Tcl version of Expect is a creation of Don Libes (libes@nist.gov)and can be found at http://expect.nist.gov/.  Don has written anexcellent in-depth tutorial of Tcl/Expect, which is _ExploringExpect_.  It is the O'Reilly book with the monkey on the front.  Donhas several references to other articles on the Expect web page.I try to stay as close to Tcl/Expect in interface and semantics aspossible (so I can refer questions to the Tcl/Expect docu).Suggestions for improvement are always welcome.There are two mailing lists available, expectperl-announce andexpectperl-discuss, at  http://lists.sourceforge.net/lists/listinfo/expectperl-announceand  http://lists.sourceforge.net/lists/listinfo/expectperl-discussFrom the Changes file:======================+ added early return to send and send_slow if filehandle was closed+ added test for send_slow! fixed bug in expect() param handling (exact pattern "0" was ignored)! fixed bug in _make_readable()+ now included example ssh.pl in MANIFEST so it gets packaged :-(Thanks to everybody who wrote to me, either with bug reports,enhancement suggestions or especially fixes!Roland Giersig (maintainer of Expect.pm, IO::Tty, IO::Stty, Tie::Persistent)RGiersig@cpan.org2005-07-20

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -