Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How to find out the calling URL??

by JayBonci (Curate)
on May 26, 2002 at 20:10 UTC ( [id://169425]=note: print w/replies, xml ) Need Help??


in reply to How to find out the calling URL??

What may be more accurate than the referrer is the virtual_host and the script_name. If you're using CGI.pm, then there's always this:
return $query->virtual_host()." - ".$query->script_name();
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.

    --jb

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://169425]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found