Re: Process table information

2002-12-03 Thread Kris Wolff
On 03.12.2002 9:09 Uhr, Ken Williams [EMAIL PROTECTED] wrote: Hey, I was thinking about working on Proc::ProcessTable to get support for OS X. But after a little effort, it occurred to me that I have no clue how to access process table information. Anyone know this kind of thing, or

Re: OT: CVS clients and BBEdit diff tool ...

2002-12-03 Thread Jeff Lowrey
At 5:57 PM +1100 12/3/02, Ken Williams wrote: On Tuesday, December 3, 2002, at 05:07 PM, Rob Barris wrote: Could someone use Inline.pm to talk to the Carbon API and the desktop database? Then you could look up any app by its creator code (I would wager). Have a look at Mac::MoreFiles (part

dynamic flash calendar

2002-12-03 Thread Doug Seib
good morning, I have a calendar that is powered by perl. The problem - works on a pc, not on a mac. Basically, my mac can read the file, but not write to it. My PC reads and writes no problem. My friend wrote the perl and we are pretty much without answers at this point. If anyone has time to

Re: dynamic flash calendar

2002-12-03 Thread Charles Albrecht
At 10:25 AM -0500 12/3/2002, Doug Seib wrote: good morning, I have a calendar that is powered by perl. The problem - works on a pc, not on a mac. Basically, my mac can read the file, but not write to it. My PC reads and writes no problem. My friend wrote the perl and we are pretty much without

Re: Math::Pari -- anyone using it on MacOS X?

2002-12-03 Thread Christopher D . Lewis
On Monday, December 2, 2002, at 10:59 PM, Ken Williams wrote: On Monday, December 2, 2002, at 04:47 PM, Christopher D. Lewis wrote: On Sunday, December 1, 2002, at 05:49 PM, Ken Williams wrote: The error messages below aren't helpful, they just say that there were error messages in a

Re: CPAN messages

2002-12-03 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Phil Dobbin) wrote: I'm getting a simple error message every time I install via CPAN: Scanning cache /Users/phil/.cpan/build for sizes Deleting from cache: /Users/phil/.cpan/build/perl-5.6.1 (31.40.0 MB) Can't make directory

Re: Process table information

2002-12-03 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ken Williams) wrote: I was thinking about working on Proc::ProcessTable to get support for OS X. But after a little effort, it occurred to me that I have no clue how to access process table information. Anyone know this kind of thing, or

Re: Process table information

2002-12-03 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Chris Nandor) wrote: Mac::Processes can give you much of the information you could want. It provides a PSN instead of a PID, but I could add GetProcessPID() and GetProcessForPID() to Mac::Processes, which maps between the two. Take a look

Re: Process table information

2002-12-03 Thread Jerry LeVan
Well, If we were running linux we could look in /proc. Possible solutions: 1) Get the source for darwin and study the code for the ps command. 2) Study the header files to find the format for the proc table, examine the kernel symbol table to get the start address of the proc table.

Re: Process table information

2002-12-03 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jerry Levan) wrote: Regrettably sysctl does not give access to table info in the kernel. Source code and commentary: http://developer.apple.com/qa/qa2001/qa1123.html You can get a list of all BSD processes, which includes daemon processes,

Re: Math::Pari -- anyone using it on MacOS X?

2002-12-03 Thread wiggins
Convenient that I just ran into this problem. It appears that the module will attempt to download the source for PARI if it can't find it, but it appears that the module can't find that source from the PARI site. As to why I have no idea, but if you go to the ftp site manually

Re: CPAN messages

2002-12-03 Thread Phil Dobbin
On 3/12/02 17:50, Chris Nandor [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Phil Dobbin) wrote: I'm getting a simple error message every time I install via CPAN: Scanning cache /Users/phil/.cpan/build for sizes Deleting from cache:

[OT}Arrgh, Something has gone wrong with my permissions

2002-12-03 Thread Jerry LeVan
This morning when I tried to send some mail I was kept getting failure messages. Reading mail was OK. Mail log asserted localhost had refused connection. After some putzing around I noticed that / was owned by me and had all permissions turned on! System and System/Library seem to have suffered

Re: [OT}Arrgh, Something has gone wrong with my permissions

2002-12-03 Thread Phillip Burk
On Tuesday, December 3, 2002, at 02:58 PM, Jerry LeVan wrote: This morning when I tried to send some mail I was kept getting failure messages. Reading mail was OK. Mail log asserted localhost had refused connection. After some putzing around I noticed that / was owned by me and had all

Re: [OT}Arrgh, Something has gone wrong with my permissions

2002-12-03 Thread Adam Wells
At 14:58 -0500 12/3/02, Jerry LeVan wrote: This morning when I tried to send some mail I was kept getting failure messages. Reading mail was OK. Mail log asserted localhost had refused connection. After some putzing around I noticed that / was owned by me and had all permissions turned on!

PDFLib

2002-12-03 Thread jonasbn
I am currently working on a bingo game in Perl (its a long story). The next step in the development is to be able to produce bingo plates and I have been given some code dependent on PDFLib from a kind soul. I have downloaded the PDFLib tarball from www.pdflib.com, but I cannot seem to find any

Re: Math::Pari -- anyone using it on MacOS X?

2002-12-03 Thread Chris
On Tuesday, December 3, 2002, at 01:35 PM, [EMAIL PROTECTED] wrote: Convenient that I just ran into this problem. It appears that the module will attempt to download the source for PARI if it can't find it, but it appears that the module can't find that source from the PARI site. As to why

Re: [OT}Arrgh, Something has gone wrong with my permissions

2002-12-03 Thread Celeste Suliin Burris
Actually, the fastest fix (on Jaguar) is to boot from the CD and run Disk Utility (the Fix Permissions part of the First Aid tab. On 12/03/2002 12:05, Phillip Burk [EMAIL PROTECTED] wrote: On Tuesday, December 3, 2002, at 02:58 PM, Jerry LeVan wrote: This morning when I tried to send some

Re: PDFLib

2002-12-03 Thread Paul McCann
On Tue, Dec 03, 2002 at 10:13:48PM +0100, jonasbn wrote: I am currently working on a bingo game in Perl (its a long story). The next step in the development is to be able to produce bingo plates and I have been given some code dependent on PDFLib from a kind soul. I have downloaded the

Re: unix or mac-style text files?

2002-12-03 Thread Ken Williams
On Monday, November 25, 2002, at 07:23 AM, Chris Nandor wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Dan Kogai) wrote: On Monday, Nov 25, 2002, at 01:05 Asia/Tokyo, Chris Nandor wrote: The bottom line was that it'd be nice to have a PerlIO filter for perl 5.8.x, so that MacPerl

Re: Process table information

2002-12-03 Thread Ken Williams
On Wednesday, December 4, 2002, at 05:04 AM, Chris Nandor wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ken Williams) wrote: I was thinking about working on Proc::ProcessTable to get support for OS X. But after a little effort, it occurred to me that I have no clue how to

Re: Process table information

2002-12-03 Thread Paul McCann
Chris Nandor wrote: [EMAIL PROTECTED] (Ken Williams) wrote: Yeah, that looks like exactly what I want. Now if I can just get Mac::Carbon working under 10.1.5! =) Still haven't had any luck with that, it looks like a gcc 2/3 issue to me. Yeah, I dunno. :/ I've not had any

Re: OT praise for the cookbook

2002-12-03 Thread Mark Swayne
Having become a fan of OOPerl I would really love to see some good treatment of using all those nifty Class::* modules. Especially with multiple inheritance. I have to admit that I've been a bit timid to do much in the way of experimentation... BTW, any time anyone approaches me with a desire

Re: unix or mac-style text files?

2002-12-03 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ken Williams) wrote: I don't think it's really a good idea to translate newlines in string literals (let's lump heretext in with string literals, since that's how they function). That stuff is part of the data of a program, not part of the

Re: Process table information

2002-12-03 Thread Ken Williams
On Wednesday, December 4, 2002, at 11:41 AM, Chris Nandor wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ken Williams) wrote: Yeah, that looks like exactly what I want. Now if I can just get Mac::Carbon working under 10.1.5! =) Still haven't had any luck with that, it looks like