2009年5月31日星期日

[PerlChina] Re: eval能抓到system error么?

2009/5/31 Michael Zeng <galaxy2004@gmail.com>
效果要: 在执行任何一个程序的时候(即system运行的时候),按ctrl + C
能退出来, 并打印 Interrupt detected !!! we are exiting  !!  这句话

Well, just a first-order approximation:

$ perl -e 'if (system("sleep 5000") != 0) { die "Interrupt detected!!! we are exiting !!" }'
^CInterrupt detected!!! we are exiting !! at -e line 1.

Cheers,
-agentzh


--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

没有评论: