in reply to Re: Update page inside CGI/Perl sript
in thread Update page inside CGI/Perl sript

The array contents can be stored in a flat file line by line or using a delimeter. Then perl code can be written to read the file and store the elements in the @lang array. So when a new item needs to be added just add it to the flat file.
  • Comment on Re^2: Update page inside CGI/Perl sript