in reply to Passing variables to another script (theory)
It sounds to me like all you need is a mechanism to write to a config file from your admin.cgi script, and read from the config file in admin.cgi and any number of other CGI scripts.
Perl will do this well in any number of ways; you might consider:
To keep the checkboxes checked, simply read the config file as discussed above, and generate the CGI form elements accordingly.
HTH
Those who know that they are profound strive for clarity. Those who would like to seem profound to the crowd strive for obscurity. --Friedrich Nietzsche
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Passing variables to another script (theory)
by etcshadow (Priest) on Mar 31, 2004 at 05:53 UTC |