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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cf543373ff882e5c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!g10g2000cwb.googlegroups.com!not-for-mail From: sollebac@gmail.com Newsgroups: comp.lang.ada Subject: is there a utility putenv() in fortran or perl? Date: 21 Jun 2006 16:19:20 -0700 Organization: http://groups.google.com Message-ID: <1150931960.005768.78570@g10g2000cwb.googlegroups.com> NNTP-Posting-Host: 200.23.6.133 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1150931965 7625 127.0.0.1 (21 Jun 2006 23:19:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Jun 2006 23:19:25 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g10g2000cwb.googlegroups.com; posting-host=200.23.6.133; posting-account=9fOAvw0AAAAa2IdmrFEQq-hdNaSQ-M6v Xref: g2news2.google.com comp.lang.ada:4890 Date: 2006-06-21T16:19:20-07:00 List-Id: Hi ALL I want to set up a new environment variables in LINUX using Fortran or Perl , example MYVAR=/some/path/here in fortran you can read a environment variables using : call getenv('HOME',myhome) then my questions is : is a subroutine or function in FORTRAN or PERL to set up a environment variables like putenv() in c ? or how can I do this? thanks in advance Jose Luis Cabellos