The code works properly it was just a problem with
display_errors_as_html() method that was sending data to STDOUT.
Thanks to Gerald for showing me the error of my ways... He pointed out
that I needed to set the EMBPERL_OPTIONS to redirect output to the
Embperl stream... This solved my problem.
Hi there,
On Mon, 29 Nov 1999, Erich L. Markert wrote:
> skeleton copy of the code below.
>
> [-
> use Apache;
> use Apache::Constants qw(REDIRECT);
>
> error checking and form validation going on here...
>
> $new_applicant and $errors are set appropriately here...
> -]
>
>
> Untitled Docum
>
> I've sent this to this list already once before so I apologize
> for resubmitting
> this problem.
>
And here is what I have answered you, looks like you didn't get that (at
least you didn't replied that it isn't working):
> Note: The display_errors_as_html method doesn't send out any header