Kill a hung child process

前端 未结 3 1888
醉酒成梦
醉酒成梦 2021-01-13 09:38

My Perl script runs an external program (which takes a single command-line parameter) and processes its output. Originally, I was doing this:

my @result = `p         


        
3条回答
提交回复
热议问题