Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Perl コードを自動生成したいのですが、Perl のExpectようなものはありますか??autoexpectExpect
Expect
autoexpect
これは良い答えではありませんが、良い答えが出るまでやらなければなりません。
TCL autoexpectを実行し、スクリプトファイルを作成しました。次に、「send」タグと「expect」タグを含む行を解析し、perlexpectモジュールを使用して他のアクションと一緒に実行するperlコードを数行記述しました。
このハイブリッドアプローチは私を助けてくれますが、私はまだより良い答えが来ることを望んでいます。