#!/usr/bin/perl -w use strict; print "Status: 301 Moved Permanantly\n"; print "Location: http://aruljohn.com\n\n"; exit;