anita2000ve
07-21-2009, 04:26 PM
Hi! I need to access existing ASP.NET session variables in a perl script.
I tried using CGI but I dont know how use it correctly. Besides, the next code give me an error.
use CGI; # This line work fine
use CGI::Session; # This line cause the error
The error is:
'c:\inetpub\wwwroot\AutenticacionFD\FD_Perl\Scripts\interface.plx' script produced no output
I would really appreciate any help. Thanks in advance.
I tried using CGI but I dont know how use it correctly. Besides, the next code give me an error.
use CGI; # This line work fine
use CGI::Session; # This line cause the error
The error is:
'c:\inetpub\wwwroot\AutenticacionFD\FD_Perl\Scripts\interface.plx' script produced no output
I would really appreciate any help. Thanks in advance.