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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -