Help for this page

Select Code to Download


  1. or download this
    sub new {
        my ($class, $params) = @_;
    ...
        # and then run the server, it must be a valid object by now
        $self->{server_simple_cgi}->run()
    }