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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -