<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#!/usr/local/bin/perl

open( LOG, "&gt;&gt;out" );
print LOG "Got a request using $ENV{'REQUEST_METHOD'}\n";
close( LOG );

print "Content-type: text/html\n\n";
</pre></body></html>