Hi
I am having trouble accessing this value. I would love to be able to use it
but it does not appear to be set.
I have a script written by someone else who I can no longer ask that is
called from a form on my server and one of the first things it does is:
my $uniqueid = $ENV{'UNIQUE_ID'};
My script called from a form on the same server does not send that
environment variable.
There is nothing in the form that works that can explain the difference, we
are talking the same server (same directory even) everything the same.
My script does not ever see the unique_id value.
Why?
Thanks
Kevin