> I love perl - it rocks :D) Me too. 1) they click on the banner and it takes them to index.pl. 2) index.pl needs to be something like:
#!/usr/bin/perl -w use strict; my $page = ChoosePageBasedOnWhatBannerTheyClicked(); print "Location: http://somsite.com/$page\n\n"; HTH Dmuey > > Thanks for all your help > > Anadi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]