Hi,
I tried redirecting from one cgi script to another ...lets say from (script1 --> script2). I tried to retrieve the HTTP_REFERER argument in script2 and found there was no value in it. I am using cgi.pm & perl 5.8. I also tried the referer() function to the same effect. However, when I redirect from (html page --> script2), the referer argument in script2 rightly reflects the url of the html page.
Is there someway I could get the referer argument while redirecting from (script1 --> script2).
Thanks,
sredhar