[NoCat] Nocat custom login page

twistedpickles twistedpickles at gmail.com
Thu Sep 13 20:10:32 PDT 2007


in gateway.pm ????

sub respond {
    my ($self, $peer, $template, $extra) = @_;
    $peer->socket->print(
    "HTTP/1.1 200 OK\r\n",
    "Content-type: text/html\r\n\r\n",
    $self->template( $template => $extra )
    );
    $peer->socket->close;



-- 
::twistedPickles:: :


More information about the NoCat mailing list