View Single Post
Old 2008-09-17, 05:53 AM   #3
MadCat
If something's hard to do, then it's not worth doing
 
MadCat's Avatar
 
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 247
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...
MadCat is offline   Reply With Quote