in reply to extremely basic select() question

Perhaps don't select OUTPUT? You can just print directly to a filehandle using
print OUTPUT $text, $you, $want, $printed;
Note: no comma after the filehandle! That's how perl recognizes it as a handle.