in reply to Access to Windows Environment Variables

Hi, I'm not sure I understand your question here, but I'll try to answer anyway.

To call environment variables from CGI.pm you use the %ENV hash.

So try using $ENV{'MYVAR'} to get your information.
A good writeup of this can be found at CGI

PM CGI tutorials

Neil

  • Comment on Re: Access to Windows Environment Variables