in reply to Re: Perl on Windows
in thread Perl on Windows

While on the topic (sort of) I was wondering if there is an environment variable that would tell me which program called my script, if I was not running it in a web server context. I will be calling it from a one of several Java programs and want to know which one called it. Regards, Gerard

Replies are listed 'Best First'.
Re: Re: Re: Perl on Windows
by screamingeagle (Curate) on Aug 30, 2002 at 04:46 UTC
    you might want to check out the HTTP_REFERER variable...might be what you're looking for. hth