in reply to Best user installable database for perl

I thought the DBD::CSV module comes as part of the standard Perl distribution these days though.

  • Comment on Re: Best user installable database for perl

Replies are listed 'Best First'.
Re: Re: Best user installable database for perl
by hardburn (Abbot) on Oct 10, 2003 at 13:58 UTC

    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

Re: Re: Best user installable database for perl
by vek (Prior) on Oct 11, 2003 at 01:12 UTC

    Roger, none of the DBD::* family (nor DBI for that matter) come as part of the core.

    -- vek --