sub handler { print "Content-Type: text/plain\n\nOutput.\n"; return 200; } 1;