in reply to Re: C vs. Perl
in thread C vs. Perl

But yours will only handle as may item that can fit into your system's memory. If I had really to handle "any number of items" I would use a DBMS.

If you want to be pendanic, then you'll still be limited in a DBMS by your hard drive space. Now, where did I leave that piece of infinate paper tape?

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

:(){ :|:&};:

Note: All code is untested, unless otherwise stated