Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@neodingo
neodingo / local_httpd.pl
Created February 24, 2013 21:21
Perl one line http server
use IO::All;
io(":8080")->fork->accept->(sub { $_[0] < io(-x $1 +? "./$1 |" : $1) if /^GET \/(.*) / });