Re: What Perl editor do you recommend?

2005-03-02 Thread Aaron Priven
ate then - tools which may not even exist today. On Mar 2, 2005, at 4:28 PM, Joseph Alotta wrote: It seems to me, that vi and vim are very similiar. I actually thought they were the same. What is the difference? -- Aaron Priven, [EMAIL PROTECTED],com, http://www.priven.com/aaron

Open filehandles interfering with system calls to rsh

2003-01-15 Thread Aaron London
Can someone explain why the following simple script hangs after a certain number of loops? It hangs on the 11th loop on my systems running OS X 10.2.2 and 10.2.3. Subsititue a remote host to which your system has rsh access for _NAME_OF_REMOTE_HOST_ in command array below. Thanks, Aaron London

Re: Perl/Tk on Mac os X

2002-04-08 Thread aaron
This link is wrong: > > *  Install the modified dynamic loader per > > http://www.lehigh.edu/Macintosh/X/ptk/dyld-tk. * Now compile Tk800.023. It should be http://www.lehigh.edu/~sol0/Macintosh/X/ptk/dyld-tk -Aaron

Re: Perl/Tk on Mac os X

2002-04-08 Thread aaron
I tried this out and it works great!! Thanks for all of your help. -Aaron On Wednesday 03 April 2002 11:33 am, Rick Frankel wrote: > On Wed, Apr 03, 2002 at 09:57:48AM -0500, aaron wrote: > > Hi All, > > Does anyone have any updated information on perl/Tk for OS X? Most of

Re: Perl/Tk on Mac os X

2002-04-03 Thread aaron
causes this problem? I'm assuming it's a C thing... -Aaron On Wednesday 30 January 2002 01:25 pm, Rick Frankel wrote: > On Wed, Jan 30, 2002 at 10:33:21AM -0500, aaron wrote: > > I have followed the same procedure as you and I also get a bus error with > > menus. In f

Re: Perl/Tk on Mac os X

2002-01-30 Thread aaron
? Most of my Tk scripts have menus! -Aaron Lawson On Sunday 04 November 2001 05:03 pm, you wrote: > Does anyone know the proper procedure for installing Perl/Tk on Mac os X? > > I've installed xfree86 and the Tk:: module... > and this library: http://www.Lehigh.EDU/~sol0/Mac

Re: Line endings (was: Help with Perl on MacOSX)

2002-01-24 Thread Aaron Hall
n a time where standardization wasn't a very big concern. >If so, that and a time machine would fix the problem. ;) I think that's what we'll need. :) -- Aaron Hall : Bugs> Rabbit season! [EMAIL PROTECTED]: Daffy> Duck season! : Bugs> Rabbit season! : Daffy> Duck season! FIRE!!! Macintosh/UNIX Weenie, Network Flack, and...eh, whatever.

Re: Make is where it should but where is 'wich' ?

2001-06-20 Thread Aaron Lawson
se >"whereis" instead: I'd guess that "where" is simply another way to call >"whereis" in the other shells. "which" (with the "h") works fine in bash. > >That is, both of these should work for you: > >which make >whereis make > >Cheers, > Paul Aaron Lawson, Ph.D Linguistic Researcher MNIS-TextWise Labs, LLC (315)426-9311, ext. 260 [EMAIL PROTECTED]

Re: installing modules

2001-05-22 Thread Aaron Lawson
chine (which I will of course do right away), or by updating cpan.pm. Thanks for the help. -Aaron At 09:53 AM 5/21/01 -0700, Edward Moy wrote: >I seem to have /System/Library/Perl/darwin/CORE/perl.h on my system. Is >it that it doesn't exist on yours or it does, but you still get

Re: installing modules

2001-05-21 Thread Aaron Lawson
heck.) This might also fix the lack of echo when using CPAN. Am I the only one who gets this 'no-echo' effect when using CPAN? It happens on both of my computers! -Aaron At 09:53 AM 5/21/01 -0700, Edward Moy wrote: >I seem to have /System/Library/Perl/darwin/CORE/perl.h on my

Re: installing modules

2001-05-21 Thread Aaron Lawson
here have mentioned using CPAN --any ideas on how to get this working?? It would be much appreciated! -Aaron At 12:21 AM 5/13/01 -0800, nellA hciR wrote: >i have tried to install several moudles, both using cpan and at the >command line. i always get the following error, what am i missing/do

Re: What are people using perl on Mac OSX for?

2001-04-20 Thread Aaron Lawson
I should reinstall Perl. Any ideas on how to remedy this (or is it just tough luck). Thanks for any info. -Aaron At 12:40 PM 4/20/01 +, Justin Simoni wrote: >Since this is somewhat a new list, I am very curious of hearing what people >are using Perl on MacOSX for. It seems th

Re: 5.6.1 darwin Configure fails to extract Makefile

2001-04-11 Thread Aaron J Mackey
I found that the -Dfirstmakefile=GNUmakefile didn't stick - I had to edit config.sh manually, and then run ./Configure -der after which everything has proceeded smoothly. Thanks for everyone's help. -Aaron On Wed, 11 Apr 2001, Peter Prymmer wrote: > That seems to be the correc