--- embedaddon/lighttpd/tests/docroot/www/get-post-len.pl 2013/10/14 10:32:47 1.1 +++ embedaddon/lighttpd/tests/docroot/www/get-post-len.pl 2016/11/02 10:35:00 1.1.1.2 @@ -1,6 +1,5 @@ -#!/usr/bin/perl +#!/usr/bin/env perl - print "Content-Type: text/plain\r\n\r\n"; if ($ENV{"REQUEST_METHOD"} eq "POST") { @@ -12,4 +11,3 @@ if ($ENV{"REQUEST_METHOD"} eq "POST") { } else { print "0"; } -