in reply to Re: Why Perl does not support database access through core modules?
in thread Why Perl does not support database access through core modules?
Most of the places where I run Perl (Unix boxes for $$$ companies and govt institutions) don't run any databases and never will. I would guess that is the normal situation rather than the exception.
Really? No databases, whatsoever. Not even some xSV files?
I would hardly say that your example is a normal situation. Even if it is, I doubt it will stay that way. Certainly there is a strong move twards using RDBMS systems in web programming, where Perl has a strong following. Maybe the relational model isn't perfect for all problems, but some kind of DBMS is a strong tool to have.
----
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: Re: Why Perl does not support database access through core modules?
by greenFox (Vicar) on Jan 22, 2004 at 02:09 UTC | |
by hardburn (Abbot) on Jan 22, 2004 at 04:24 UTC |