Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more
123456789 #!perluse warnings;use strict;use HTTP::Server::Simple::CGI;my $server = HTTP::Server::Simple->new();$server->run();
#!perl
use
warnings;
strict;
HTTP::Server::Simple::CGI;
my
$server
= HTTP::Server::Simple->new();
->run();