I have a server with Apache using mod perl. say I have the following in the httpd.conf
ScriptAlias /mytrading/cgi-bin/ /web/myorders/mytrading/cgi-bin
#Variables needed by GetFrames
SetEnvIf Request_URI /mytrading REMOTE_FIRM=MY
SetEnvIf Request_URI /mytrading User_Firm_Name=MYT
How do I access these environment variables in a perl script. Thanks for any help in advance.
ScriptAlias /mytrading/cgi-bin/ /web/myorders/mytrading/cgi-bin
#Variables needed by GetFrames
SetEnvIf Request_URI /mytrading REMOTE_FIRM=MY
SetEnvIf Request_URI /mytrading User_Firm_Name=MYT
How do I access these environment variables in a perl script. Thanks for any help in advance.