Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42CA4E02.90409@familiehaase.de> Date: Tue, 05 Jul 2005 11:08:18 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Freeze in perl script after cygwin upgrade 1.5.17 -> 1.5.18 References: <42C96709 DOT 9030005 AT scytek DOT de> <42C9C261 DOT 4080502 AT scytek DOT de> In-Reply-To: <42C9C261.4080502@scytek.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Chris, It is really strange. It should start immediately when running the script and the whole process lasts about 5 seconds. Using system $systemcall; instead of open (DDF, "$systemcall") ... works fine. This also works: $systemcall='\\/c/WINDOWS/system32/makecab.exe /V3 /F ... And this too: $systemcall='&&/c/WINDOWS/system32/makecab.exe /V3 /F ... HTH, Gerrit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/