Perl reports different cwd() value

2002-03-01 Thread Timothy Canham
If you are in: c:/temp (alternate way to address drives under cygwin) and you perform perl -e use Cwd; cwd(); you get: /cygdrive/c/temp. Any way to work around this? Version 1.3.9 -- Timothy K. Canham Jet Propulsion Laboratory Pasadena, CA [EMAIL PROTECTED] MDS Flight Software --

Re: Perl reports different cwd() value

2002-03-01 Thread Michael A Chase
- Original Message - From: Timothy Canham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 13:38 Subject: Perl reports different cwd() value If you are in: c:/temp (alternate way to address drives under cygwin) and you perform perl -e use Cwd; cwd(); you get

Re: Perl reports different cwd() value

2002-03-01 Thread Eugene Rosenzweig
at hello world level with it. - Original Message - From: Timothy Canham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 02, 2002 8:38 AM Subject: Perl reports different cwd() value If you are in: c:/temp (alternate way to address drives under cygwin) and you perform perl