Re: A Few Questions

2007-01-23 Thread Mike Williams
On 1/23/07, Akbar Ehsan <[EMAIL PROTECTED]> wrote: I am working on a CGI script. It works fine from the command prompt. I am using Net::SMTP and strict. When I try to pass this script through a web parameter, it ends in "Internal Server Error". Often this is caused by not outputting a proper

Re: A Few Questions

2007-01-23 Thread Tyler Gee
On 1/23/07, Akbar Ehsan <[EMAIL PROTECTED]> wrote: Hello, I am working on a CGI script. It works fine from the command prompt. I am using Net::SMTP and strict. When I try to pass this script through a web parameter, it ends in "Internal Server Error". Probably a permission error. Your web s

Re: A Few Questions

2007-01-23 Thread Sean Davis
On Tuesday 23 January 2007 17:08, Akbar Ehsan wrote: > Hello, > > I am working on a CGI script. It works fine from the command prompt. > > I am using Net::SMTP and strict. > > When I try to pass this script through a web parameter, it ends in > "Internal Server Error". You will need to look in you

A Few Questions

2007-01-23 Thread Akbar Ehsan
Hello, I am working on a CGI script. It works fine from the command prompt. I am using Net::SMTP and strict. When I try to pass this script through a web parameter, it ends in "Internal Server Error". I tried using ReadParse() routine. All the variables are coming from the web. In the process