Re: Storable.pm?

2002-09-10 Thread Chris Devers
On Tue, 10 Sep 2002, Ken Williams wrote: > Yeah, I always install modules by doing 'sudo cpan', where > 'cpan' is an alias for 'perl -MCPAN -e shell'. OSX pre-Jaguar came with the following in /usr/bin/cpan #!/usr/bin/perl eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # no

Re: Storable.pm?

2002-09-10 Thread Charles Albrecht
At 7:38 AM -0400 9/10/2002, Chris Devers wrote: > >OSX pre-Jaguar came with the following in /usr/bin/cpan > >#!/usr/bin/perl > >eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' >if 0; # not running under some shell > >use CPAN; >shell; > >Not sure why but it's not there anymore

Re: Storable.pm?

2002-09-10 Thread Chris Devers
On Tue, 10 Sep 2002, Charles Albrecht wrote: > At 7:38 AM -0400 9/10/2002, Chris Devers wrote: > > >OSX pre-Jaguar came with the following in /usr/bin/cpan > > > >#!/usr/bin/perl > > > >eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' > >if 0; # not running under some shell > > > >u

Re: Storable.pm?

2002-09-10 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Ken Williams <[EMAIL PROTECTED]> wrote: > On Tuesday, September 10, 2002, at 11:18 AM, Brian McNett wrote: > > And as it turns out that was neither here nor there. At issue > > was my failure to use "sudo" which lack causes make test to > > fail. I knew this a

Re: PerlObjCBridge in 10.2

2002-09-10 Thread Doug Wiebe
One thing to keep in mind is that PerlObjCBridge is only supported in Jaguar as a bridge to Foundation classes. Writing AppKit-based apps in Perl using the bridge is not supported; use CamelBones for that. As far as future plans, now that Jaguar is out the door PerlObjCBridge will be open-sou

Re: PerlObjCBridge in 10.2

2002-09-10 Thread Doug Wiebe
On Tuesday, September 3, 2002, at 10:12 PM, Don Briggs wrote: > Were you able to make the addServer/addClient pair work? > I could not, so I sent e-mail to Wiebe, the Apple Engineer. > Of course, I've not heard from him I was on vacation for a couple of weeks (well-deserved, I might add).

Mac::Errors

2002-09-10 Thread _brian_d_foy
i was playing with Mac::AppleScript and i wanted to get the symbolic versions of the error numbers, so i made Mac::Errors, which i took directly from MacErrors.h. feel free to comment on it (although i already know it's slow--- first approximations and all). i initially played with XS stuff, bu

Who's running what on Jaguar?

2002-09-10 Thread Chris Angelli
__ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute

Re: Who's running what on Jaguar?

2002-09-10 Thread WC -Sx- Jones
The Jaguar Firewall... WWW / MOD_PERL / MOD_PHP SSH / SFTP PostgresSQL Nothing fancy. -Sx- http://sneex.fccj.edu/

Who's running what on Jaguar?

2002-09-10 Thread Chris Angelli
OOPS - excuse last post. Trying to do too many things at once and hit the send button by accident. Here's what I was trying to say: I am having a heck of a time getting Perl 5.6.1 with Apache with mod_perl with mysql running under Jaguar. Could someone who is running Jaguar with Perl 5.6.1 (if, i

Re: Opening file with application

2002-09-10 Thread Joel Rees
> Methinks we shouldn't be going down this path, really. Apple has a defined > way to get to this stuff: > > http://developer.apple.com/technotes/tn/tn2017.html > > ...which is probably exactly what the 'open' command uses to figure out > which application to launch. Oh, darn. No excuse to

Non-CPAN modules??

2002-09-10 Thread Brian McNett
Okay, I'm in "stupid question mode", so I'll keep this short. I'm working on ways to track spam (where most people just want to filter it), and looking around noticed a nifty bit of Perl code which appears to do most of what I want, and could easily be coerced into doing the rest as well... h

Re: Non-CPAN modules??

2002-09-10 Thread ellem
On Wednesday, September 11, 2002, at 12:26 , Brian McNett wrote: SNIP > Alas, I'm so used to just grabbing things from CPAN that I'm not sure > where to begin with installing this puppy "by hand". I appear to have > all the prerequisites as described in the README and INSTALL files, but > I

Re: Non-CPAN modules??

2002-09-10 Thread Brian McNett
On Tuesday, September 10, 2002, at 09:30 PM, ellem wrote: > You mean like: > > To install the module: > >perl Makefile.PL >make >make test >make install ungzip'd the package looks thus. -r--r--r-- 1 bmcnett staff2742 Jul 29 03:27 spamtrak.pod -rwxr-xr-x 1 bmcnett

Ken William's Perl Installer

2002-09-10 Thread ellem
I think a lot of us thought this was a great idea. I certainly did and as such tired to install it. On my machine (OSX 10.1.5, G4 400, 512mb w/ 5.8.0 sort of installed) the package manager opens and then does nothing. At least nothing I can see. Any ideas on how to debug this? Maybe try thi