| Bruno_fr -
 
 
 Joined: 06 Apr 2007
 Posts: 1
 
 
 | 
			
				|  Posted: Fri Apr 06, 2007 2:50 pm    Post subject: ISAPI PERL |   |  
				| 
 |  
				| Hello folks, 
 I can't seem to find any tutorial dedicated to PERL for ISAPI. Having a little experience of "standard" CGI, I've been unable to figure out how to get user input in a PERL script, more especially when the POST method is used. Reading from STDIN just hangs the server, to no avail.
 Moreover, I wonder why the server-set environment variables don't show up in the %ENV hash table using
  	  | Code: |  	  | foreach(keys %ENV) ... | 
 Had I not seen them mentioned in the ISAPI debug log, I wouldn't have guessed they even existed.
 
 Any help would be  greatly appreciated. Thank you.
 |  |