<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

while (&lt;&gt;)
	{
	print
	last if (/^# DO NOT DELETE THIS LINE/);
	}
</pre></body></html>