I want to automatically redirect users that go to my old web site to a perl script on my new website. I have three old sites so I want to pass variables to the perl script so I know were a visitor is coming from.
I know I could put a simple html page on my old sites that displays a message that I've moved and a link the visitor could click to execute the Perl script on the new site. However I would prefer to skip the link and go directly from the old index.html to the Perl script if this is possible.
Thanks for any help.