#!/usr/bin/perl ########################################################################### # Link Rountine - link.cgi # # # # Copyright (c) 1999, PathFinder Software # # Normand J. Charette # # # # # # # # Pro-TRACK PRO Version 1.5 09/06/1999 # # # # # ########################################################################### $ResellerID = $ENV{QUERY_STRING}; $AffMatch = "PB"; if ((substr("$ResellerID",-2,2) ne "$AffMatch") && ($ResellerID <= "299")) { print "Content-type: text/html\nLocation:http://www.track2you.com/cgi/spiral/display.cgi?$ResellerID$AffMatch\n\n"; } exit;