#!/usr/bin/perl -wT
use strict;

print "Content-Type: text/javascript\nCache-Control: no-store\n\nwindow.pass='PASS'\;";

