View Single Post
Old 09-27-2004, 10:46 PM  
lb_vee
Confirmed User
 
Join Date: May 2004
Posts: 886
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+[

Last edited by lb_vee; 09-27-2004 at 10:47 PM..
lb_vee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote