in reply to Re^2: Loop through array or filehandle
in thread Loop through array or filehandle

Is there any way of using the filehandle as an array (without loading the whole file into an array)?

Tie::File

Replies are listed 'Best First'.
Re^4: Loop through array or filehandle
by markdibley (Sexton) on Sep 30, 2016 at 09:49 UTC

    Thanks! Does what I wanted (although originally I was looking to see if there was some clever way of using filehandles built into the perl core - should have explained that better).