http://qs321.pair.com?node_id=108009


in reply to Where should a module's static datafile reside?

Also remember you have the <DATA> file handle at the end of the module, if your data is small enough. That way, everything's self-contained. I like to roll my own little mini-format of data, keep it at the end of the module, and read it in the INIT block.

But then again, if you're keeping .db files, chances are you've outgrown that.

xoxo,
Andy
--
<megaphone> Throw down the gun and tiara and come out of the float! </megaphone>

  • Comment on Re: Where should a module's static datafile reside?