Help for this page
@canBeRead = select->can_read(); foreach $elem (@canBeRead) { $elem->getline(); }
$th1 = threads->create('foo',$firstFD); $th2 = threads->create('foo',$secondFD); ... my $fh = shift; use the $fh to read from the file. }