#!/usr/bin/perl use CGI::Carp qw/ fatalsToBrowser /; $|++; print "Content-Type: text/plain\n\n"; system("perl Makefile.PL ..."); # etc.