I'm still hoping for a cleaner way to handle the interaction between search.cgi and the local cgi-wrap environment. I've got it working, but hacking my own script name into the query here and there seems less than sanitary... show_form: ### my $form = $q->script_name; my $form = $q->script_name . '/fsw_docs'; results_header: $links =~ s|/cgi-wrap\?|/cgi-wrap/fsw_docs?|g; -rReceived on Tue Sep 21 10:14:33 2004