Is there a way to implement non-blocking / asynchronous execution (without fork()\'ing) in Perl?
I used to be a Python developer for many years... Python has really great
I believe you use select for that kind of thing. More similarly to forking, there's threading.