I doubt it -- also, why no escaping in the URL? It's going to get mighty interesting if you ever decide to use it for anything containing it's own query string
(and please please please don't tell me you did
Code:
#!/usr/bin/perl
print "Location: $ENV{QUERY_STRING}\n\n";
To get the redirect functioning...