sub push_b4 {
#$txt -> insert('end');
#select $txt;
system("expect c:\\\\expect.txt >expect.out");
open (FH1 ,"<","expect.out");
while (<FH1>) {
$txt -> insert('end',$_);
}
}
转载于:https://www.cnblogs.com/zhaoyangjian724/p/6200329.html