What I was planning to do is to load a particular file into memory, and then open that scalar as a file handle so as to do repeated file operations on it (ideally for performance improvements).
But the way it seems to be working out, it doesn't seem to work... is there a better way?