in reply to fork(), IO::Socket::SSL and rand()
It is not issue of IO::Socket::SSL. If you call rand once before the fork loop you get the same results. It is because of rand seed initialized before forking