in reply to Redirection from a pulldown menu

#!/usr/bin/perl use CGI 'param'; my $go = param('go'); print <<END; Location: $go END # add logging, etc in here. if you are setting cookies, # put them right after the Location line.