MySQL [Was: Things I do With Perl]

Arthur Corliss corliss at sinbad.net
Wed Mar 10 11:29:01 CST 1999


On Wed, 10 Mar 1999, Fred Steinberg wrote:

> Same with the thing I'm working on; just using DBM. I'm not dealing with
> large amounts of data, so it's fast enough, though one day I might add
> MySQL support. Don't really need a full relational db at this point, though.
> 
> Using DBM ties is so convenient, especially if you do something like
> 
>   use MLDBM qw(DB_File Storable);
> 
> which lets you just spit any arbitrary perl data struct out to disk (and, of
> course, get it back later).

You know, that, with the data dumper, are modules I've yet to use.  I probably
should start thinking about that, but it's hard to change the mindset.  Since
some of the stuff I do gets distributed, I try to keep the dependencies at a
minimum.  But, occasionally, laziness overcomes that. . .

What kind of overhead is entialed using it?  In terms of compile speed, memory
load, etc?

	--Arthur Corliss
	  Bolverk's Lair -- http://www.odinicfoundation.org/arthur/
	  "Live Free or Die, the Only Way to Live" -- NH State Motto




More information about the Anchorage-pm mailing list