RE: IIS sesión variables

2004-03-03 Thread Allegakoen, Justin Devanandan
--8- Is what you are looking for in the environment variables? foreach $key (sort keys(%ENV)) { print $key = $ENV{$key}\n; } --8- Probably not, or at least not when I was trying to access them last week. I was trying to get hold of the logged

RE: IIS sesión variables

2004-03-03 Thread Allegakoen, Justin Devanandan
PROTECTED] On Behalf Of Allegakoen, Justin Devanandan Sent: Thursday, March 04, 2004 8:03 AM To: perl-win32-users Subject: RE: IIS sesión variables --8- Is what you are looking for in the environment variables? foreach $key (sort keys(%ENV)) { print $key = $ENV{$key