in reply to error management...
in thread Newbie error management question
or the like -- so that would be the first thing I would check out.print $cgi->header();
To further test things I would run the code at the command line and see what is actually getting printed out. This should illuminate alot. You can run it at the command line by doing..
where "foo.cgi" is your actual program name; "var1" etc, are each of the variables you are referencing; and "val1" etc, are values to test in those variables../foo.cgi var1=val1 var2=val2
The script should then run and you will be able to see what is trying to be sent to the browser.. you will like see something strange appear -- and that will likely be your error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: error management...
by ChemBoy (Priest) on May 15, 2001 at 22:48 UTC | |
by Sifmole (Chaplain) on May 15, 2001 at 22:53 UTC | |
by Sifmole (Chaplain) on May 15, 2001 at 23:00 UTC | |
by ar0n (Priest) on May 15, 2001 at 23:06 UTC | |
by shambright (Beadle) on May 17, 2001 at 02:40 UTC |