ISAPI PERL

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
Bruno_fr
-


Joined: 06 Apr 2007
Posts: 1

PostPosted: Fri Apr 06, 2007 2:50 pm    Post subject: ISAPI PERL Reply with quote

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.
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Fri Apr 06, 2007 5:12 pm    Post subject: Re: ISAPI PERL Reply with quote

Bruno_fr,

Perl using ISAPI is not 100% equivalent to its CGI/FastCGI versions. For example, there is no %ENV hash (in some version it exists but is prefilled with a few environment variables). There are also many other minor differences.
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group