#!/usr/local/bin/perl $page = $ENV{REQUEST_URI}; if ($page =~ /\/Younger\//i) { print "Location: http://www.iee.org/OnComms/Circuit/members/ypindex.cfm\n\n"; } else { print "Location: http://local.iee.org/forbidden.shtml\n\n"; }