Solving one of the two great unsolved problems in computer science

It's said that there are two great unsolved problems in computer science: naming, cache invalidation, and off-by-one errors.

If you have a text file and you need to point to particular lines of the file, you may be familiar with the off-by-one errors problem. That's where Text::LineNumber by Jurgen Wiegert comes to the rescue. With this module you no longer need to think about calculating line numbers, but can just hand off the work to the module.

2 Comments

isn't that three?

nameing,
cache invalidation, and
off-by-one errors

;)

That's because he is off-by-one. ;)

Leave a comment

About Ben Bullock

user-pic Perl user since about 2006, I have also released some CPAN modules.