#!/usr/bin/perl print "Content-type: text/plain\n\n"; print while read( STDIN, $_, 1024 );