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


in reply to strange behaviour when forking lots of times

You can write a more beautiful script to see the same funny fork errors.
fork || print for ("a") x 10
There is need to split here ;-)