open (FH,"/tmp/file); while () { push @result,"$_"; print "$_\n"; } FH->clearerr; return @result;