http://www.perlmonks.org?node_id=417838


in reply to file upload form

If you read the CGI docs carefully, you'll see that uploaded files are presented to the CGI application as both a name and a filehandle. Those docs illustrate usage better than I can.