From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/317 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: How to get the figure size Date: Tue, 16 Feb 1999 14:14:37 +0000 (/etc/localtime) Sender: owner-ntg-context@let.uu.nl Message-ID: <14025.32077.501578.896309@localhost> References: <000401be5989$d4cdc7c0$0c01a8c1@worf.login-bv.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391178 23028 80.91.224.250 (23 Oct 2002 16:39:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:39:38 +0000 (UTC) Cc: gilbert@login-bv.com, ntg-context@ntg.nl Original-To: pragma@wxs.nl Xref: main.gmane.org gmane.comp.tex.context:317 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:317 >>>>> "Hans" == Hans Hagen writes: Hans> Taco Hoekwater wrote: >> Install bash ;-) The problem is command.com, not perl. It so >> happens that DJGPP has a built-in fix and the windows >> don't. Hans, I thought we had fixed that with use File::DosGlob >> etc? Hans> Add: Hans> use File::DosGlob ; Hans> Change: Hans> sub CheckInputFiles { @UserSuppliedFiles = glob @_[0] } Hans> But, does this work ok under Unix? Can you check that? Or Hans> should I test for dos/unix? How etc. I looked into it some Hans> time ago but got verrrrrry frustrated. It will work OK for all files that do not have * or ? in their name... Taco