system("update");
执行“update”命令后,系统提示:
"Press ENTER to exit:"
如何在我的perl脚本中实现上述内容?
use strict; use warnings; print "Press ENTER to exit:"; <STDIN>;