in reply to Dynamically creating a filename from HTML/CGI
What you are attempting to accomplish is handled quite nicely by the Apache::Session module, available on CPAN.
That said, yes, you can create a file from a CGI script. And yes, there are security implications. Use taint checks, and don't do anything silly (eg. letting unchecked user input near a shell.)
|
|---|