hmag has asked for the wisdom of the Perl Monks concerning the following question:
The following data is in array @allow_edit
binary_app=/usr/bin/true config_file=/etc/inetd.conf MOD_NAME="ABC"
I need to get the data from that array then split the lines at the = signs & keep the = signs, then put the rest of each line into a web form:
Once I have done this, I need to output the rest of each line after the = signs & print it to an HTML page ready for changing.
I have no idea where to start with this - can anyone offer assistance on this please? Many thanks, Terry
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Populating a web template then pulling combining temp files & writing out to replace file
by bowei_99 (Friar) on Mar 20, 2006 at 22:16 UTC | |
by hmag (Acolyte) on Mar 21, 2006 at 09:40 UTC | |
|
Re: Populating a web template then pulling combining temp files & writing out to replace file
by Anonymous Monk on Mar 20, 2006 at 22:07 UTC |