I cannot get my CGI scripts to execute in my home directory. What should I do?

Assuming you mean that the CGI script is actually located in your document directory you will have to adjust your configuration to allow CGI to execute there and ensure that the file has the "x" bit set. Add an Options statement of ExecCGI to the directive for that directory and chmod 0755 the CGI script file you want to run.