sub logout_button {
my $self = shift;
my $q = $self->query();
my $output = "";
$output .= $q->start_form( -name => 'logout' );
$output .= $q->hidden(-name => 'authen_logout', -value => '1');
$output .= $q->submit(-value => 'logout');
$output .= $q->end_form();
return $output;
}
####
$output .= $self->logout_button();
####
####
Forbidden
You don't have permission to access / on this server.
Apache/1.3.33 Ben-SSL/1.55 Server at 192.168.0.101 Port 443