I have a CGI script written in Perl that prints a bunch of lines of data to the users web browser. Each line is stored in an array called @stuff. I want to input a form where the user can narrow down the results further. This would require that I send the @stuff array to the next CGI script. Is it possible to send an entire array to another CGI script?
I could save that array to a file, and then open that file in the next CGI script, but I was hoping that there was a better way than that.
Thanks,
Chris
I could save that array to a file, and then open that file in the next CGI script, but I was hoping that there was a better way than that.
Thanks,
Chris