Page 1 of 1

Config file reading

Posted: Wed Jun 04, 2003 4:13 pm
by daven
I have some config (text) files that I use for some of my scripts. Currently, I am using lots of regex expressions to read the various settings. I was wondering if there is a better way to do it.

Comments, derisions, large-scale beat-downs, anyone?

Posted: Wed Jun 04, 2003 4:28 pm
by JPlush76
what kind of settings are you using them for?

Posted: Wed Jun 04, 2003 4:47 pm
by hob_goblin
uh, it would be easy to include() them...