Re: Debug a form that requires input variables

2004-11-25 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Sorry I've login script that I'm trying to debug. User type in user id password. I'm getting the premature end of script headers. Therefore, I need to find why and where this is happing. Dan Please don't top post :) You can use perl's debugger or: use strict use warni

Re: Debug a form that requires input variables

2004-11-25 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Sorry I've login script that I'm trying to debug. User type in user id password. I'm getting the premature end of script headers. Therefore, I need to find why and where this is happing. Dan Please don't top post, reply inline :) You can use perl's debugger or: use str

Re: Debug a form that requires input variables

2004-11-25 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Sorry I've login script that I'm trying to debug. User type in user id password. I'm getting the premature end of script headers. Therefore, I need to find why and where this is happing. Dan Please don't top post :) You can use perl's debugger or: use strict use warni

Re: Debug a form that requires input variables

2004-11-25 Thread ds10025
Sorry I've login script that I'm trying to debug. User type in user id password. I'm getting the premature end of script headers. Therefore, I need to find why and where this is happing. Dan --On 25 November 2004 08:04 -0600 "JupiterHost.Net" <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote:

Re: Debug a form that requires input variables

2004-11-25 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Hi Hello, How best to debug a form that requires user to input data? What do you mean "debug a form"? Do you mean validate wah they enter? With some programming lang it is possible to single step line by line. Is it possible with perl? Yes I imagine its very possible and