in reply to Stashing DB Key/Value Pairs in Perl Modules

I'm confused. How do you store data in a Postgres DB INSIDE a Perl module?

If Perl (module, script, whatever) is reading from a (separate) DB, when the DB changes, the module/whatever doesn't need to be regenerated...

-Scott

Update: after reading the reply by Tanktalus, I'm no longer confused about what the question was.

I also whole heartedly agree, don't do it.

  • Comment on Re: Stashing DB Key/Value Pairs in Perl Modules