Skip to content

Instantly share code, notes, and snippets.

@kurain
kurain / build.pl
Created July 20, 2011 11:03 — forked from hakobe/build.pl
use strict;
use warnings;
use AnyEvent;
use AnyEvent::HTTPD;
use AnyEvent::Util qw(run_cmd);
use Cwd;
my $httpd = AnyEvent::HTTPD->new (port => 9090);
my $last_pid = undef;