goofball has asked for the wisdom of the Perl Monks concerning the following question:
I have a new server and moved a module library there which was working fine on another server. The .cgi scripts "use" modules from the library, some of which depend on %ENV variables.
Problem is, on this new server the %ENV hash accessed from within the modules isn't populated with the same variables as the %ENV hash of the .cgi script that "use" them.
Any ideas as to why?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: %ENV in a .pm versus .cgi ?
by moritz (Cardinal) on Jun 17, 2014 at 18:35 UTC | |
Re: %ENV in a .pm versus .cgi ?
by kennethk (Abbot) on Jun 17, 2014 at 18:20 UTC | |
Re: %ENV in a .pm versus .cgi ?
by perlfan (Parson) on Jun 17, 2014 at 20:27 UTC | |
Re: %ENV in a .pm versus .cgi ?
by goofball (Acolyte) on Jun 23, 2014 at 14:32 UTC |