hi all,
I am new to programming. I am learning CGI scripts in
PERL. 
i have  a iplanet server configered for cgi....

I have a simple html form with a sign-in button. On
clicking this i would like to invoke a small .cgi
program having these lines

#!c:\perl\bin\perl.exe 
print "Content-type: text/html\n\n";
print" This is my first program";

in the action method of the form i have correctly
given the path where the .cgi is stored...
The program is stored in wincgi directory and the html
in the correct location. 

This is not working...  The outputi am getting is the
entire code with print statement...

print"......"
print"......"

I would be happy to get some inputs in this regard
Roopa


____________________________________________________________
Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

Reply via email to