in reply to Re: How can I pass the URL of the page I am on?
in thread How can I pass the URL of the page I am on?

"if you want current browser url you can use print $ENV{'HTTP_REFERER'}"

This isn't correct. HTTP Referer tells the URL of the previous page, not the current URL. Further reading: HTTP_referer.

  • Comment on Re: Answer: How can I pass the URL of the page I am on?