2010/12/2 Torsten Förtsch <torsten.foert...@gmx.net>: > > But, looking at the module I think it can be slow because it relies heavily on > seek(). A better approach would be to mmap() the file. In perl it would look > then like a big string. My favourite tool for that is File::Map. >
OK thanks for this info. I will take a look at File::Map. Regards.