Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-HTTP-Server-Simple/ex/
Upload File :
Current File : //usr/share/doc/perl-HTTP-Server-Simple/ex/sample_server

#!/usr/bin/perl

use warnings;
use strict;

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

my $server = HTTP::Server::Simple->new();
$server->run();