From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15303 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: wrong patch Date: Wed, 02 Jun 2004 10:09:49 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.1.1.1.2.20040602100854.01b9bec0@server-1> References: <6.1.1.1.2.20040601211313.01b27780@server-1> <20040601213315.GB2739@puritan.pcp.ath.cx> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1086164154 15024 80.91.224.253 (2 Jun 2004 08:15:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 08:15:54 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jun 02 10:15:44 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVQuW-00061n-00 for ; Wed, 02 Jun 2004 10:15:44 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BD0F410B51; Wed, 2 Jun 2004 10:10:46 +0200 (MEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id C821810ACF for ; Wed, 2 Jun 2004 10:08:30 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i528DL60011218 for ; Wed, 2 Jun 2004 10:13:21 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 4872017B6F; Wed, 2 Jun 2004 10:13:22 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 48D1E17ACF for ; Wed, 2 Jun 2004 08:13:21 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20040601213315.GB2739@puritan.pcp.ath.cx> Original-References: <6.1.1.1.2.20040601211313.01b27780@server-1> <20040601213315.GB2739@puritan.pcp.ath.cx> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15303 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15303 At 23:33 01/06/2004, you wrote: >* Hans Hagen [Jun 01, 2004 21:30]: > > if ($ENV["TEMP"] && -e $ENV["TEMP"]) { > > $RunPath = $ENV["TEMP"] ; > > } elsif ($ENV["TMP"] && -e $ENV["TMP"]) { > > $RunPath = $ENV["TMP"] ; > > } > >Just checking, aren't the []'s supposed to be {}'s. $ENV is a hash and >this is Perl, so that's the proper way to do it right? I know you use >Ruby as well, so my guess is that you transposed Rubyisms onto Perl? indeed -) interestingly perl does not complain, which is one more reason to go ruby thanks Hans