while(my $line = $buffer->sysreadline($fh)) { chomp($line); $self->_process($line); } }