<?php die("Hi"); ?>
#/usr/bin/perl use Strict; die("Content-type: text/plain\n\nHi");
#/bin/bash printf "Content-type: text/plain\n\nHi" exit 0