#!/usr/bin/perl
# Simple script to generate a 204 HTTP response

print "Status: 204 No Content\r\n";
print "\r\n\r\n";
