Hi
To use redirection, i do it like this:
sub sample {
my $self = shift;
my $q = $self->query();
my $output =
$q->header(-refresh=>'10;URL=http://domain.com/test.pl'); $output .=
$q->p('this is just a test');
return $output;
}
It works for me, I dont use the CGI::App internal header methods
because they just call CGI.pm methods, I always use a query object to
generate the HTML anyways.
Regards,
Juan Jose
--
fortune generated signature:
Beware of Programmers who carry screwdrivers. -- Leonard Brandwein
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]