interacting with GUI

2006-02-05 Thread The Ghost
Is there a way for me to monitor a particular window for a change (in OS X)? Maybe interacting with AppleScript? Thanks!

@INC

2006-01-05 Thread The Ghost
How can I permanently add to @INC? I have 2 versions of perl installed and only use one of them. The reason for 2 versions is a port system that refuses to rely on the already installed perl. So I have: $ /usr/bin/perl -e 'print join(\n, @INC)'

Re: @INC

2006-01-05 Thread The Ghost
though. Ryan On Jan 5, 2006, at 2:01 PM, John Delacour wrote: At 12:15 pm -0600 5/1/06, The Ghost wrote: ...I have 2 versions of perl installed and only use one of them. The reason for 2 versions is a port system that refuses to rely on the already installed perl. So I have: /System

Re: What Perl editor do you recommend?

2005-03-02 Thread The Ghost
I would urge all of you that have spoken so far to try out jEdit (http://jedit.org).

Net::SSH::Perl

2004-09-14 Thread The Ghost
I can't get Math::Pari (dependency for Net::SSH::Perl) fails to build on OS X 10.3.5. Suggestions? Thanks!

BBEdit 8.0 vs JEdit

2004-09-12 Thread The Ghost
I'd really like to reiterate the suggestion to try JEdit. It used to have some problems on OS X, but in 4.2 Final they are cleared up. It has everything with the SFTP, multi-file search/replace with regex (better than BBEdit's in IMO), and all that fancy stuff, the only thing it doesn't

Net::SSH::Perl

2004-07-08 Thread The Ghost
I can't get Net::SSH::Perl to install from CPAN. I get errors with Math::Pari and Math::GMP. Any suggestions?