#!/usr/bin/perl use warnings; use strict; print "Content-type: text/html\n\n"; print "Hello, world!";