|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^3: Get record separator of a fileby karlgoethebier (Friar) |
| on Nov 13, 2012 at 22:38 UTC ( #1003718=note: print w/ replies, xml ) | Need Help?? |
|
OK, I will try my best to explain. I can see the recsep of a file with:
Or i hope so. But i really don't want to check it this way. I have many larger files with \r\n or \n as recsep. So i thought about efficiency and figured out that Tie::File is faster than IO::File for my needs (i benchmarked it, but that is another issue). But when i tied my @array to the original file, all data was put into the first slot of my @array. After setting the recsep option of Tie::File to \n, everything was good. So i thought, it would be a good idea to do something like the hexdump command in perl to get the recsep - without loosing the performance boost that Tie::File gives me. I hope very much that this is a better explanation about what i wanted to do. Thank you very much for your patience and help. Regards, Karl «The Crux of the Biscuit is the Apostrophe»
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||