Does anyone know how to retrieve the URL of the current page?
I've got an .shtml file which includes a perl script. Within that perl script I want to dynamically determine what text to show. To do this I would need to know the URL that I am on and based on what is in that URL would decide for me what text to display.
How do I retrieve the URL of the page I am on?
I've got an .shtml file which includes a perl script. Within that perl script I want to dynamically determine what text to show. To do this I would need to know the URL that I am on and based on what is in that URL would decide for me what text to display.
How do I retrieve the URL of the page I am on?