Thread foo
(3 answers)
Opened by bloonix at 2009-03-10 21:32
test test test
Code: (dl
)
sub FORK{for(1..$_[0]){$p=fork;defined $p or die;$p==0 and last}while(1){$x='x' x $_[1]}};FORK(10, 10_000_000) edit Last edited: 2009-03-10 21:35:04 +0100 (CET) What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |