database - Storing Hash Data Externally in Perl -


i'm working refactor script has reliance on 3 hashes (simple hashes), initialized @ beginning of script. in total, these hash values take on hundred lines in script. in order improve overall readability , cleanliness of code, should store information outside of script , read in information @ start? data should static (individual entries may have changed on occasion).

if yes, how go storing in database/suggested storage medium? (i'm noob when comes sql).

sounds have configuration data. mastering perl book has chapter discussing several choices.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -