> I've done a fair amount of non-Web Perl programming and I've
> done some ASP Web development using JScript/VBScript but
> have no experience or knowledge of Perl Web. Could someone
> point me to an example and/or a module that would help me
> write a script to run in background that would retrieve
> values from the Request.ServerVariables collection on a
> specific server?
I'm not sure what you mean. Are you saying that you want to remotely
retrieve the environment variables that IIS provides to applications? You
can't. IIS must be processing a Web request (via ASP, CGI, ISAPI, etc) in
which the server variables are provided to the program. In a Perl CGI
script, for example, the variables are in the %ENV associative array, e.g.
$ua = $ENV{'HTTP_USER_AGENT'};
If you wanted to get this information from a remote program, you could write
two scripts. One that runs on the server, collects all the variables, and
returns them in an easily parsable format. The second (remote) script
requests this document and parses out the information.
--
Mark Thomas [EMAIL PROTECTED]
Sr. Internet Architect User Technology Associates, Inc.
$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web