Re: Perl-Win32-Users digest, Vol 1 #899 - 5 msgs

2002-04-14 Thread Rex Arul
code to set and get the session values using PerlScript and IIS. <%@language="PerlScript"%> Session Variables Test - Perlscript List of Session Variables and Values - Test Page <% use Win32::OLE qw(in); $sessVar1 = $Session->Contents->SetProperty('Item'

Re: Perl-Win32-Users digest, Vol 1 #899 - 5 msgs

2002-04-14 Thread Rex Arul
code to set and get the session values using PerlScript and IIS. <%@language="PerlScript"%> Session Variables Test - Perlscript List of Session Variables and Values - Test Page <% use Win32::OLE qw(in); $sessVar1 = $Session->Contents->SetProperty('Item'

Re: How to determine Users connected to IIS on WinNT?

2002-02-12 Thread Rex Arul
How to determine Users connected to IIS on WinNT? Mark: I am afraid that would not work, because the LOGON_USER under the ServerVariables collection would work only for the current context that page was invoked. The question is not that. The question is to find out the logged in users of all webs

Mod_Perl - Activestate Perl

2001-11-15 Thread Rex Arul
Friends, I am trying to code a simple dynamic page using mod_perl. However I am not able to proceed anywhere. a) I installed Apache 1.3.22 on Windows 98 machine. b) I have ActiveState Perl 5.6 Build 629. c) I downloaded the mod_perl module via ActiveState PPM by setting the repository location t