in reply to Re: how to set environmental vars
in thread how to set environment vars

I did not get your idea on using a wrapper script... can you please explain a bit more...

Replies are listed 'Best First'.
Re^3: how to set environmental vars
by ikegami (Patriarch) on Nov 10, 2005 at 21:05 UTC
    I realized my post was hard to read so I updated it. I even removed the need for a wrapper script. Does that help?
      Hi Ikegami,

      I tried your code and it works fine in the command line.

      But now I want this to get set the ENV vars in the browser, when I run the perl/cgi script.

      Any Idea on how to set env vars for the browser when running the perl/cgi scripts??

      Thanks
      rsennat

        Your question is unclear. Do you mean in the browser or do you mean in the CGI Perl script? Those two run on different machines.

        If you mean in the CGI Perl script, then no change is required.

        If you mean on in the browser, that doesn't make any sense. What are you trying to do?