blob: 71a0eef624776f384b7cdb283006e9f5473cdb75 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: text/html\n";
print "Cache-Control: no-cache, no-store\n";
print "X-FRAME-OPTIONS: \n\n";
print "<p>PASS: This text should show up.</p>\n";