in reply to Unusual problem with CGI based quiz
I added the line "print The last element in the questions array is $#allquestions" to see what is happening to the questions array. Seems it gets bigger each time the script is run. Starts out as 4. Next time I run it it is 9. Next time is 14. If I restart my Apache server, it starts over with 4 but increases each time I use the makequiz.cgi script. However, only 5 questions display in the browser when makequiz executes. Any ideas as to how to clear that array?
Chris