http://qs321.pair.com?node_id=50548


in reply to Re: Re: Re: Slurp a file
in thread Slurp a file

That will be slower though.

The reason I suggested it is in case someone wanted to use your SuperSplit with tied filehandles. I would not depend on a tied filehandle correctly paying attention to $/, so the join makes sense.

But if you care about performance or have good reason to believe that people won't use tied filehandles, then avoid join.