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

I realized my post was hard to read so I updated it. I even removed the need for a wrapper script. Does that help?

Replies are listed 'Best First'.
Re^4: how to set environmental vars
by rsennat (Beadle) on Nov 11, 2005 at 11:05 UTC
    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?