http://www.perlmonks.org?node_id=549661


in reply to strange behaviour when forking lots of times

When I run the code on my linux system:
1001% perl -e 'fork || print for split (//, "a" x 10);'
I get nothing but a string of a's. Suse 9.1, perl 5.8.6.

-Mark