#!/usr/local/bin/gawk -f BEGIN{ print "Content-Type: text/plain\n"; print "Hello, world! (GAWK)"; }