Perl里边有“Any key to continue.”的系统函数吗,该如何处理

Perl里边有“Any key to continue...”的系统函数吗就像VC里边可以用system(pause)一样的谢谢~[解决办法]

Perl里边有“Any key to continue...”的系统函数吗
就像VC里边可以用system("pause");一样的
谢谢~

[解决办法]

Perl code
print("Any key to continue ...\n");<>;
[解决办法]
探讨
Perl codeprint("Any key to continue ...\n");<>;