(cgi_test)% cat test.cgi #!/WWW/bin/perl -wT $|=1; print "Content-type: text/html\n\n"; print "hello\n";