|
I just realized you're trying to pass a variable to it.
The referer will be picked up by the script automatically. If you're using perl as cgi, look into the CGI.pm docs to see how its passed.
If its mod-perl, checkout the Apache::Registry docs
I think the refering url is also an @ENV variable.
$ENV{'HTTP_REFERER'};
Replace the haha shit up top with a shift+[
|