This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Strange PWD result from "Cwd::chdir y:/dir"


>>>>> "David" == David M Karr <dkarr@tcsi.com> 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@tcsi.com    ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]