in reply to I should need about a cgi script
A couple random notes:
in the beginning of your code to warn you of problems. I'm not saying it would help in this case, but whenever working on someone's program, it's the first step for me. Often, cleaning up the code that causes error messages is enough to fix the program.use strict; use warnings;
...roboticus
|
|---|