in reply to Re: A good way to input data into a script w/o an SQL database
in thread A good way to input data into a script w/o an SQL database

These are great for serialising Perl data structures out to disk then reading them back in later, but not so great for hand editing some options and not so great for recording in a revision control system.

As it turns out the OP is working with text data so something like JSON, YAML or even .inf files are likely to be a better match.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re^2: A good way to input data into a script w/o an SQL database