in reply to How to find out the calling URL??
Where $query is your CGI object. I got this from the perl CGI documentation located here. Of couse I could be way off for what you need. If you add a little more description of your situation and some code, we may be able to assist you further.return $query->virtual_host()." - ".$query->script_name();
|
---|