in reply to Why Perl does not support database access through core modules?
It does, just not databases you're probably thinking of. It has access to Berkeley DBMs by default.
As for DBI, you probably won't see it in the core. Not because it's a bad module (far from), but because there is a move twards having a much lighter core distribution. So modules are more likely to be taken out of the core than new ones put in, no matter their obvious utility.
----
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Why Perl does not support database access through core modules?
by Trimbach (Curate) on Jan 21, 2004 at 04:48 UTC | |
by Anonymous Monk on Jan 21, 2004 at 10:23 UTC | |
|
Re: Re: Why Perl does not support database access through core modules?
by pg (Canon) on Jan 21, 2004 at 05:09 UTC | |
by chromatic (Archbishop) on Jan 21, 2004 at 05:58 UTC |