#!/usr/bin/perl -w use strict; print 'Status: 302 Moved', "\r\n", 'Location: http://stu.cbu.edu/Clubs/maa/', "\r\n\r\n";