Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

#!perl
use strict;
my $server = HTTP::Server::Simple->new();
$server->run();