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;
[download]
Note:
no
comma after the filehandle! That's how perl recognizes it as a handle.
Comment on
Re: extremely basic select() question
Download
Code
In Section
Seekers of Perl Wisdom