#!/usr/bin/perl print "Status: 301 Moved Permanantly\n"; print "Location: http://www.mydomain.com/page.html\n\n"; exit;