Viewing File: /usr/share/doc/perl-HTTP-Server-Simple-0.44/ex/sample_server

#!/usr/bin/perl

use warnings;
use strict;

use HTTP::Server::Simple::CGI;

my $server = HTTP::Server::Simple->new();
$server->run();
Back to Directory File Manager