From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54b43bce78b18737 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Dos Environment varables Date: 1999/05/22 Message-ID: <37477D32.D5AC8526@Botton.com>#1/1 X-Deja-AN: 481073097 Content-Transfer-Encoding: 7bit References: <7i3stm$o4m$1@news-int.gatech.edu> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 927431970 45118 199.227.189.143 (23 May 1999 03:59:30 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 23 May 1999 03:59:30 GMT Newsgroups: comp.lang.ada Date: 1999-05-23T03:59:30+00:00 List-Id: If you are using GNAT see gnat.os_lib also see: Ada 95 Binding to CGI (Wheeler) ftp://ftp.cdrom.com/pub/ada/swcomps/cgi/cgi.html in the getenv code. David Botton Al Lively wrote: > > Can anyone advise how I can access (through Ada code) the contents of local > environmental variables? > > Thanks,