%PDF- %PDF-
Direktori : /proc/self/root/usr/share/doc/perl-HTTP-Server-Simple-0.44/ex/ |
Current File : //proc/self/root/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();