in reply to Re: Best user installable database for perl
in thread Best user installable database for perl

Nope, not even DBI is in the core (checking on perl 5.8.0, and I don't think it was included in 5.8.1). Even if DBI is there, I've had enough problems with DBD::CSV working on some machines that it'd be a problem putting it in the core.

----
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

  • Comment on Re: Re: Best user installable database for perl