ozzy has asked for the wisdom of the Perl Monks concerning the following question:
my $red_url = $ENV{REDIRECT_URL} || " UNKNOWN "; my $referal_url = $ENV{HTTP_REFERAL} || " UNKNOWN ";
my $red_url = $ENV{'REDIRECT_URL'} || " UNKNOWN "; my $referal_url = $ENV{'HTTP_REFERAL'} || " UNKNOWN ";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ENV variables....
by dws (Chancellor) on Mar 22, 2001 at 07:03 UTC | |
|
Re: ENV variables....
by dvergin (Monsignor) on Mar 22, 2001 at 06:58 UTC | |
|
Re: ENV variables....
by Adam (Vicar) on Mar 22, 2001 at 06:09 UTC |