on submission the form calls a CGI. What I want to do in the CGI is save the
file to a location. How do I do this?
Another (related) problem I have is saving a key value as a text file.
I know how to open file handles and use them, but only for files
that already exist. What if you want to create a new file and
write to it.
Thanks for the help.