Leser: 8
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)
2009-03-10T20:32:20 bloonixtest 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
2009-03-10T20:35:39 bloonix