At 20:42 28-10-01, you wrote: >hmmm > >it runs the script, but only after I do a path=c:\sambar43 statement,,,it >outputs the text of the script.... > >closer?
Judging from the filename it's perl. So - try: perl perl_test.cgi At the risk of giving the obvious RTFM response, try: http://localhost/syshelp/cgi.htm especially the sections on #! directive and CGI Interpreter selection. >----- Original Message ----- >From: "Melvyn Sopacua" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Sunday, October 28, 2001 1:01 PM >Subject: Re: [sambar] CGI Woes > > > > At 19:26 28-10-01, you wrote: > > > > >Whats strange to me is the first line : D:\ver5\SERVER\http\httpcgi > > > > Don't worry about it. It's the debug path - ie, the path where the >programmer > > stored his files. > > > > >[28/Oct/2001:12:21:57 -0600] Message (severity 10) file: > > >D:\ver5\SERVER\http\httpcgi.c (1415) > > >[28/Oct/2001:12:21:57 -0600] CGI execution failed: > > > > Which means, the program couldn't compile, usually these are parsing > > errors. Run it on the commandline and see what gives. > > > > ____________________________________________________ > > > > </MELVYN> > > > > void wakeup() > > { > > for(long int cuppajava;drink();cuppajava++); > > } > > > > -------------------------------------------------------------------------- >------ > > For unsubscription of this list send an email to [EMAIL PROTECTED] with >email > > data containing unsubscribe emailadd sambar > > > > >-------------------------------------------------------------------------------- >For unsubscription of this list send an email to [EMAIL PROTECTED] with >email >data containing unsubscribe emailadd sambar ____________________________________________________ </MELVYN> void wakeup() { for(long int cuppajava;drink();cuppajava++); } -------------------------------------------------------------------------------- For unsubscription of this list send an email to [EMAIL PROTECTED] with email data containing unsubscribe emailadd sambar
