![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
After a good example of efficient record handling...by NeilF (Sexton) |
on Jan 01, 2006 at 21:18 UTC ( #520286=perlquestion: print w/replies, xml ) | Need Help?? |
NeilF has asked for the wisdom of the Perl Monks concerning the following question: My current forum uses flat text files and reads/writes the entire file when adding a new message. I'd like to look into using fixed length files for indexes etc for faster and more efficient data handling. I've searched, googled and even downloaded example forums, but cannot see examples. Can anyone point me to some example of good record handling - eg using seek etc to only update the records required. If its code specifically for a forum all the better!!! Edited 1 Jan 2006, by footpad: Added basic formatting tags.
Back to
Seekers of Perl Wisdom
|
|