Re: BBEdit-Perl confusion

2003-10-19 Thread drieux
On Thursday, Oct 16, 2003, at 06:56 US/Pacific, Vic Norton wrote: I have recently installed Perl 5.8.0 on my iMac via "PortsManager" from DarwinPorts . Perl 5.8.0 resides in the "/opt/local/bin" directory, and this directory is at the beginning of

Re: BBEdit-Perl confusion

2003-10-17 Thread Michael Maibaum
On Friday, October 17, 2003, at 02:20 am, Doug McNutt wrote: At 16:12 -0700 10/16/03, Ingles, Juan W. wrote: I wonder: Is this because /opt/local/bin/perl points to the perl 5.6 binary or 5.6 binary path is hard coded in BBEdit I don't have any /opt/local/bin/. None was created by the CPAN perl

RE: BBEdit-Perl confusion

2003-10-16 Thread Doug McNutt
At 16:12 -0700 10/16/03, Ingles, Juan W. wrote: >I wonder: Is this because >/opt/local/bin/perl points to the perl 5.6 binary >or >5.6 binary path is hard coded in BBEdit I don't have any /opt/local/bin/. None was created by the CPAN perl 5.8 install in July 2002 > > which perl >on the termina

Re: BBEdit-Perl confusion

2003-10-16 Thread Conrad Schilbe
what binary you are launching > > > > ( not currently at my machine to check ) > juan > > -Original Message- > From: Vic Norton [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 2:46 PM > To: [EMAIL PROTECTED] > Subject: Re: BBEdit-Perl

Re: BBEdit-Perl confusion

2003-10-16 Thread Conrad Schilbe
> which perl > on the terminal will tell you what binary you are launching > > > > ( not currently at my machine to check ) > juan > > -Original Message- > From: Vic Norton [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 2:46 PM > To: [EMAIL

RE: BBEdit-Perl confusion

2003-10-16 Thread Ingles, Juan W.
ton [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: Re: BBEdit-Perl confusion I guess there is no fix right now. But actually the bug is somewhat convenient. Now a BBEdit script starting with #!/opt/local/bin/perl -w # Perl 5.8 uses Perl 5.

Re: BBEdit-Perl confusion

2003-10-16 Thread Vic Norton
I guess there is no fix right now. But actually the bug is somewhat convenient. Now a BBEdit script starting with #!/opt/local/bin/perl -w # Perl 5.8 uses Perl 5.8.0 with its @INC list if "Run" from BBEdit and uses Perl 5.6.0 with a different @INC list if "Run in Terminal". It's not all ba

Re: BBEdit-Perl confusion

2003-10-16 Thread Doug McNutt
At 09:56 -0400 10/16/03, Vic Norton wrote: >I have recently installed Perl 5.8.0 on my iMac via "PortsManager" from >DarwinPorts . Perl 5.8.0 >resides in the "/opt/local/bin" directory, and this directory is at the >beginning of $PATH. Everything wor