of the boundary strings, so we'll just lower-case them all to make
things work.
use diagnostics;
use strict;
-print "Content-type: multipart/x-mixed-replace;boundary=ThisRandomString\n";
+print "Content-type: multipart/x-mixed-replace;boundary=thisrandomstring\n";
print "\n";
-print "--ThisRandomString\n";
+print "--thisrandomstring\n";
require "CGI.pl";
print "\n";
-print "--ThisRandomString\n";
+print "--thisrandomstring\n";
my $toolong = 0;
print "<A HREF=\"buglist.cgi?$fields&tweak=1\">Make changes to several of these bugs at once.</A>\n";
}
}
-print "\n--ThisRandomString--\n";
+print "\n--thisrandomstring--\n";