Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 47869f1117968c475330ce3dc2fc74db > files > 5

perl-HTTP-Server-Simple-0.44-1.fc14.noarch.rpm

#!/usr/bin/perl

use warnings;
use strict;

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

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