Check out the docs for CGI (perldoc CGI), search specifically for the string upload. This should give you some information as to how the CGI module works for file uploads.
--MidLifeXis
| [reply] [d/l] |
Thanks again.. cpan.org offered the following, Ordinarily it spools the uploaded file to a temporary directory, then deletes the file when done. and The temporary directory is selected using the following algorithm. I probably don't want to be messing with Perl and its temp directory or spool. :)
| [reply] |