|
|
|
|
|
|
|
|
|
#3 |
|
If something's hard to do, then it's not worth doing
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";
|
|
|
|
|
|