Cliff Rayman writes:

 >  the exit is broken in some contexts.
 > if this is part of a subroutine or called from an execute that may be the
 > problem.

Hmm, in my case there is no execute for sub envolved. I'm using

[-
  use Apache;
  use Apache::Constants qw(REDIRECT);

  $r = Apache->request;

  $r->err_header_out("Location" => "/x.html");
  $r->status(REDIRECT);
  Apache::exit();
-]

 > this is going to be fixed in the next release

what kind of release do you mean?

Dirk

Reply via email to