RE: Re: Changing HOME for PERL

2009-08-27 Thread Dexter_Michael
Andrew, I think you hit the nail on the head. Apparently yesterday when I entered the path /usr/bin/perl somewhere, Cygwin decided to create a perl directory and automatically put profile files into the directory it created. .bash_history .bash_profile .bashrc .inputrc I moved the "perl" dire

RE: Re: Changing HOME for PERL

2009-08-27 Thread Dexter_Michael
Quoting Windows Style path names does work. -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Mark J. Reed Sent: Thursday, August 27, 2009 11:39 AM To: cygwin@cygwin.com Cc: and...@defaria.com Subject: Re: Re: Changing HOME for PERL On Thu

Re: Re: Changing HOME for PERL

2009-08-27 Thread Mark J. Reed
On Thu, Aug 27, 2009 at 11:24 AM, Dexter Michael wrote: > $ echo $PATH [...] Holy giant PATH, Batman! That's like 1800 characters long! Not that that's necessarily a problem on its own... I'm curious about this bit: ...:"C:/Program Files/Common Files/EMC":... Does quoting the Windows-style pa

RE: Re: Changing HOME for PERL

2009-08-27 Thread Dexter_Michael
Yes that is SolidState Perl on the C drive. /usr/bin is in the front. dex...@usendexteml1c /usr/bin/perl $ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program Files/EMC/Centera/4_0/GlobalServices/lib:/cygdrive/c/Program Files/EMC/Centera/4_0/GlobalService s/bin:/cygdrive/c

RE: Re: Changing HOME for PERL

2009-08-27 Thread Dexter_Michael
Hi Andrew, It seems my Cygwin has attached itself to the PERL on my C drive and not the cygwin Perl. How do I change that? Also debugger seemed to work too. dex...@usendexteml1c /usr/bin $ which perl /cygdrive/c/PERL/BIN/perl dex...@usendexteml1c /usr/bin $ which Perl /cygdrive/c/PERL/BIN/Per