Re: where to put things?

2003-01-15 Thread Paul Mison
On 15/01/2003 at 00:32 -0800, Rich Morin wrote: I'm building a multi-program application, using C, ObjC, Perl, YAML, etc. I think I know where some of my files should go, but others mystify me. These seem pretty clear: application /Applications/Utilities/Foo.app contextual menu plugin

Change to @INC on perl 5.8.1rc3

2003-07-31 Thread Paul Mison
Compiling perl 5.8.1 release candidate 3 as recommended in INSTALL (rm -f config.sh Policy.sh; sh Configure -de; make; make test; sudo make install) has produced a different @INC to that in release candidate 2: Characteristics of this binary (from libperl): Compile-time options:

Re: Change to @INC on perl 5.8.1rc3

2003-07-31 Thread Paul Mison
On 31/07/2003 at 07:28 -0700, David Wheeler wrote: On Thursday, July 31, 2003, at 06:31 AM, Paul Mison wrote: Does anyone else see this behaviour? Is this a planned change? if site_perl was somehow left out of RC2, I suspect that was a mistake. The vast majority of modules you install from CPAN

Re: Mac OS X POD viewer app

2004-11-15 Thread Paul Mison
On 13/11/2004 at 11:29 -0500, John Siracusa wrote: Is there an OS X equivalent of the old Shuck POD viewer app that came with MacPerl? I know I can convert the POD to HTML and view that, but I'd rather just have something like Shuck for quick rich text views of POD in OS X. (my own POD, that is,

Re: [OT] speaking of shells...

2005-01-06 Thread Paul Mison
On 05/01/2005 at 22:31 -0800, Nicholas Thornton wrote: I've been wanting to create a commandline interface to airport for a while. Something that gives access to the same functionality as that airport icon in the apple bar-- in particular the ability to turn airport on and off (for login and

Re: Parsing Jpeg files for comments

2005-06-08 Thread Paul Mison
On 08/06/2005 at 16:15 +0900, Robin wrote: I'm making a perl frontend to a mySQL server to serve up images. Some of the images are jpegs with keywords stored as comments in the file, and I want to be able to access those comments through perl. Is there a module which already exists which does

Re: Parsing Jpeg files for comments

2005-06-08 Thread Paul Mison
On 08/06/2005 at 17:31 +1000, John Horner wrote: I want to be able to access those comments through perl. Is there a module which already exists which does this? http://osx.freshmeat.net/projects/libjpeg/ has an OS X version of rdjpegcom which is a system tool for reading JPG comments. Oh,