Because many client firewalls block FTP, we want to migrate to HTTP. We currently have a Windows-NT computer. For many reasons, I want to write the server code in Perl. With the Perl CGI.PM module, I can control where the HTTP temp file is written and avoid choking the C: drive when big files come in.
I don't believe in re-inventing the wheel. Would you have any sample Perl code for an HTTP server?
Sample code for Perl http server
|