The perl built-in is select(), which is a pass-through to the select() system call, but for sane people I recommend IO::Select

From IO::Select POD:

The "IO::Select" package implements an object approach to
the system "select" function call. It allows the user to
see what IO handles, see the IO::Handle manpage, are ready
for reading, writing or have an error condition pending.