Assuming you'll utilise the CGI module, this would work:

my $q = new CGI;
my $calling_page = $q->referer();

hth,

Jos Boumans

Stéphane JEAN BAPTISTE wrote:

> How can I get the URL which was calling my script (like
> document.referrer in Javascript)
>
> tks

Reply via email to