hmag has asked for the wisdom of the Perl Monks concerning the following question:
binary_app=/usr/bin/true config_file=/etc/inetd.conf MOD_NAME="ABC"
Note that the array contents change
I need to print the array into the form, split the strings at the =, & print up with the following style for each line in the array:
print "<input type=text name =\"$firstpartofsplit\ "binary_app" value= +\"$secondpartofsplit\">\n";
Can anyone offer an example of how to do this please. Many thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Print array, splitting into 2 strings
by Samy_rio (Vicar) on Mar 24, 2006 at 09:13 UTC | |
|
Re: Print array, splitting into 2 strings
by BrowserUk (Patriarch) on Mar 24, 2006 at 09:20 UTC | |
|
Re: Print array, splitting into 2 strings
by holli (Abbot) on Mar 24, 2006 at 09:14 UTC | |
|
Re: Print array, splitting into 2 strings
by reasonablekeith (Deacon) on Mar 24, 2006 at 11:20 UTC | |
|
Re: Print array, splitting into 2 strings
by hmag (Acolyte) on Mar 24, 2006 at 09:42 UTC | |
by lima1 (Curate) on Mar 24, 2006 at 10:32 UTC | |
by hmag (Acolyte) on Mar 24, 2006 at 21:37 UTC |