while ( <$fh> ) { print OUTPUT $_; } #### while ( read( $fh, $buffer, BUFFER_SIZE ) ) { print OUTPUT $buffer; }