Hi,
I want to read a file twice. No I cant get it into memory (array) so I need to read it once, save some data and then read it again and search some other data depending on the first saves. But as the file gets read first some internal perl flag is set that the file end has been reached so any second open to the file gets nothing. How can I get rid of this flag (i just cannot remember anymore, was it some IO::File option?)? Thank you very much.