in reply to fastest file processing Config file format
For instance, BSD systems do not read information directly from /etc/passwd but from a database file that is generated with pwd_mkdb.
(*) a better format could be your config object serialized with Storable or saved with DB_File.
|
|---|