#!/usr/bin/env perl printf("Content-Type: text/plain\n\n"); printf("Hello Test\n"); 1; __END__