Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Strange PWD result from "Cwd::chdir y:/dir" References: From: dkarr AT tcsi DOT com (David M. Karr) Date: 17 Jan 2001 15:40:18 -0800 In-Reply-To: dkarr@tcsi.com's message of "17 Jan 2001 15:24:01 -0800" Message-ID: Lines: 25 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "David" == David M Karr writes: David> At the end of this, I have a little Perl test script called David> "chdirtest". I just knew I was going to forget to attach it. Here it is: ----------------------------- #! /usr/local/bin/perl use English; use Cwd; use Cwd 'chdir'; use strict; $::dir = $ARGV[0]; print ::stdout "dir[" . $::dir . "]\n"; chdir $::dir; print ::stdout "PWD[" . $ENV{'PWD'} . "]\n"; system('ls'); ----------------------------- -- =================================================================== David M. Karr ; w:(425)487-8312 ; TCSI & Best Consulting dkarr AT tcsi DOT com ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004) -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple