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