RE: perl / cgi

2001-02-01 Thread Hudson, Henrik H.
uot;Where would you like to go tomorrow"FreeBSD: "Hey, when are you guys going to catch up" -Original Message-From: Mario Zuppini [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 30, 2001 19:52To: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: perl / cgi Hey people'

Re: perl / cgi

2001-01-30 Thread Eric Jennings
Title: Re: perl / cgi Most likely the script is outputting text to the browser before it is outputting HTTP header information (like setting a cookie).  Make sure that no output is sent prior to sending header info to the browser.  This error will result. Eric sounds like there is errors in

Re: perl / cgi

2001-01-30 Thread Nathan Ridge
Title: Re: perl / cgi sounds like there is errors in the script: Bad Header Groovy?? check your syntax of your script. From: "Mario Zuppini" <[EMAIL PROTECTED]> Date: Wed, 31 Jan 2001 11:51:40 +1000 To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: pe

perl / cgi

2001-01-30 Thread Mario Zuppini
Hey people's   runnign debian potato and with apache web server, does anyone know why cant execute some cgi's/perl scripts through the web browser while others we can.   What it seems to be is simple scripts wont work but complex scripts are working, below are the error messages :   Internal

Re: tracing a PERL cgi script

2000-04-10 Thread Phil Pennock
Typing away merrily, Chad A. Adlawan produced the immortal words: >were trying oto debug this _big_ PERL web application (lots of forms, etc, > whatever) and it seems like were really lost w/ its code. >is there any way that you can do a line by line trace when a PERL code is > executed o

Re: tracing a PERL cgi script

2000-04-10 Thread Damyan Ivanov
From: "Chad A. Adlawan" <[EMAIL PROTECTED]> To: Sent: Monday, April 10, 2000 1:30 PM Subject: tracing a PERL cgi script > hello, > >were trying oto debug this _big_ PERL web application (lots of forms, etc, whatever) and it seems like were really lost w/ its code. &

tracing a PERL cgi script

2000-04-10 Thread Chad A. Adlawan
hello, were trying oto debug this _big_ PERL web application (lots of forms, etc, whatever) and it seems like were really lost w/ its code. is there any way that you can do a line by line trace when a PERL code is executed on the web that way, we'll have some idea w/c goes where ? thanks