Thanks for the link. I did have some permissions set incorrectly. But I still can't get the CGI to work. I get a 404 error saying the requested url is not found.
Below is my code:
FILE NAME: porequest.cgi
#!C:\Program Files\Perl\bin\perl.exe
read(STDIN,$temp,$ENV{'CONTENT_LENGTH'})...