|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: my program will run on my computer but not in CGIby fauria (Deacon) |
| on Jan 31, 2005 at 21:44 UTC ( [id://426791]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
To ensure it is not a wrong data handling trouble (its likely to be a write privileges problem), what about using XML for config files? For the config file, you can try something like: <opt> <section1> <param1>foo</param1> <param2>bar</param2> </section1> <section2> <other>foobar</other> </section2> </opt> And then, use something like this to read, modify and update your config file:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||