in reply to Re: Re: Re: reading asp session variables in a perl script
in thread reading asp session variables in a perl script
If there's a reasonable number of values involved,and you know which ones you'll need, I'd think it would be simpler to pass them to the CGI script as form values. Is the CGI script being called by a form submit, or just a link, or what?