Re: location of 'com.apple.versioner.perl'

2010-07-10 Thread Chris Devers
18510 open:entry mdworker /Users/cdevers/Library/Preferences/com.apple.versioner.perl.plist $ Tweak the grep filter as needed and you can use this trick to isolate all kinds of weird what file is that damned thing looking at type questions. -- Chris Devers

Re: Dumb path question

2009-03-11 Thread Chris Devers
needed.) -- Chris Devers On 3/10/09, Doug McNutt dougl...@macnauchtan.com wrote: At 20:25 + 3/10/09, John Delacour wrote: At 21:10 -0600 9/3/09, Doug McNutt wrote: At 22:24 -0400 3/9/09, Chris Devers wrote: How can a Perl script reliably, portably resolve the path inside which it is running

Re: Dumb path question

2009-03-10 Thread Chris Devers
to work fine. Thanks! -- Chris Devers

Dumb path question

2009-03-09 Thread Chris Devers
://www.macresearch.org/command_line_tutorial_part_ii_making_progress_and_finding_options -- Chris Devers

Re: perl and apple mail?

2008-03-10 Thread Chris Devers
...' and switch to Bash / Perl / etc from there. That may be a good approach here. That or fetchmail piping into local SpamAssassin/procmail/etc filters, but oh look I'm getting silly again. -- Chris Devers

Re: Mac OS alias from Perl

2007-12-08 Thread Chris Devers
are enough, just use the traditional Perl / Unix methods to make those. -- Chris Devers

Re: Detecting OS X version from perl

2007-11-17 Thread Chris Devers
/ version.plist -- it may or may not be in step with the SystemVersion (it probably would be, but checking the system itself is more direct). -- Chris Devers

Re: Thanks Apple! You snubbed perl yet again!

2007-10-19 Thread Chris Devers
On Fri, 19 Oct 2007, [EMAIL PROTECTED] wrote: On Oct 19, 2007, at 2:51 AM, Chris Devers wrote: On Fri, 19 Oct 2007, [EMAIL PROTECTED] wrote: I can draw a picture for you: http://finkproject.org/ In which case, your real argument appears to be the Fink people don't seem to be doing what

Re: Thanks Apple! You snubbed perl yet again!

2007-10-18 Thread Chris Devers
On Oct 18, 2007, at 4:43 PM, [EMAIL PROTECTED] wrote: On Oct 18, 2007, at 8:56 PM, Chris Nandor wrote: Not sure what you mean by losing things from upstream. Just that when I chose to compile software on my own, I lose all the debian security work. They look over packages and report

Re: Thanks Apple! You snubbed perl yet again!

2007-10-18 Thread Chris Devers
On Fri, 19 Oct 2007, [EMAIL PROTECTED] wrote: On Oct 18, 2007, at 11:40 PM, Chris Devers wrote: Sorry, I'm confused -- why not just use Debian then? Yes. Yes isn't a conventional answer to a why not question, but... sure. You're basically saying you want their custom build

Re: Detecting OS X version from perl

2007-10-14 Thread Chris Devers
, but wrapped in XML. -- Chris Devers

Re: Leopard Perl version...

2007-10-13 Thread Chris Devers
from April 2007 (OS X 10.4.10) and it says: $ perl -v This is perl, v5.8.6 built for darwin-thread-multi-2level *ahem* Go back and read Mr Moy'ss email address. He may be in a position to answer this question definitively. :-) -- Chris Devers

Re: CamelBones: Will hack for food!

2007-05-09 Thread Chris Devers
. A good idea. But http://metaquark.de/appfresh/ may have beat you to it. :-) -- Chris Devers

Re: anyone know where i can get 10.3 Developers Tools?

2006-07-28 Thread Chris Devers
to be the right disc, either. E.g. if you have an iBook and an iMac and can only find the iBook's installation CDs, you can use them to install XCode on the iMac. (You wouldn't be able to install OSX itself, but that isn't the problem here anyway.) Hope this helps.. -- Chris Devers DO NOT LEAVE

Re: file creator id, etc

2006-06-08 Thread Chris Devers
/RCDefaultApp/ -- Chris Devers

Re: Waiting until Acrobat closes file

2006-05-27 Thread Chris Devers
] you have to view the document in X11. Yuck. Surely that isn't really the best way to approach this, is it? I'd have thought that the `open` command was the perfect answer to this question... system('open', '/Applications/Preview.app'); etc. -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: Storable problem on Intel Mac Mini

2006-05-12 Thread Chris Devers
? Onlist, please -- if your question is my question, we might both be fascinated by the answer... :-) -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: Storable problem on Intel Mac Mini

2006-05-12 Thread Chris Devers
on google for $8.97. Tht's a flash RAM devive, not a RAM disk. Different thing. http://en.wikipedia.org/wiki/RAM_drive -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: Storable problem on Intel Mac Mini

2006-05-12 Thread Chris Devers
don't see any reason at all that one couldn't do this. I was only pointing out that a RAM drive is a different thing :-) -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: Terminal (spurious command line) problem

2006-04-18 Thread Chris Devers
to rename or remove when trying to diagnose software problems.) -- Chris Devers who *ahem* does this sort of thing for people for a living :-)

Re: CPAN modules ...

2005-12-31 Thread Chris Devers
On Sat, 31 Dec 2005, John Delacour wrote: Try this: #!/usr/bin/perl print `/usr/bin/./printenv` ^^ ^^ Why the '/./' here? Isn't `/usr/bin/printenv` equivalent, clearer, and simpler? -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: CPAN modules not included with OS X

2005-12-29 Thread Chris Devers
is impossible anyway. There has been talk of including fewer CPAN modules with future versions of Perl, to get people into the habit of installing things when previously they might not have wanted to go beyond the core modules. *shrug* -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: CPAN modules ...

2005-12-29 Thread Chris Devers
CPANPLUS ar CPAN work. Any suggestions? Choose a less busy mirror? And/or check that passive-mode FTP is enabled? (Hint: $ENV{FTP_PASSIVE} is the one you need, if I remember right...) -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: Cat and Dos2unix Command Line Utilities?

2005-07-08 Thread Chris Devers
On Fri, 8 Jul 2005, Joseph Alotta wrote: On Jul 8, 2005, at 9:26 PM, Chris Devers wrote: #!/bin/sh perl -pi -e tr/\r//d I tried to call perl directly. But this does not work at all. Does anyone know why? #!/usr/bin/env perl -pi -e tr/\r//d See, I was only trying to save you

Re: psync and MacOSX::File installing with cpan

2005-07-08 Thread Chris Devers
::File; use MacOSX::File::Info; ... my $asked = askgetfileinfo(dummy); ok($asked eq avbstcLinmed); So... something wrong with askgetfileinfo() on Tiger maybe ? -- Chris Devers

Re: question on Perl's ssh

2005-06-24 Thread Chris Devers
setting it manually. -- Chris Devers

Re: Parsing Jpeg files for comments

2005-06-08 Thread Chris Devers
); if (my $error = $info-{error}) { die Can't parse image info: $error\n; } my $color = $info-{color_type}; my($w, $h) = dim($info); Accessing the comment field is a one-line change to this block. Helpful? -- Chris Devers np: 'Everything to Play For' by Douglas Adams

Re: ActiveState is announcing support for Mac OS X

2005-06-08 Thread Chris Devers
of the announcement seems curious to me... -- Chris Devers

Re: ActiveState is announcing support for Mac OS X

2005-06-08 Thread Chris Devers
of the system. -- Chris Devers

Re: CamelBones on Intel? Maybe not.

2005-06-07 Thread Chris Devers
with the deal. Phrase it that way and it's actually kind of cheap... :-/ -- Chris Devers still baffled by what this all means

Re: ModPerl on Tiger

2005-05-18 Thread Chris Devers
tricks in httpd.conf to get mod_perl to work, everything works fine in Tiger. (Though I've yet to try installing RT, that'll be the real test. I was never able to get it to work right on Panther...) ...was there supposed to be a (b) in there somewhere? -- Chris Devers

Re: command-line tweaking of Open With... settings?

2005-04-23 Thread Chris Devers
need. Somehow... -- Chris Devers

Re: Tiger version

2005-04-12 Thread Chris Devers
software they're going to be distributing: Perl, Python, Ruby, GCC, etc. Now that a release date is imminent, maybe they can update the page to have this information. Didn't the promo pages for 10.3 have all of this kind of thing? -- Chris Devers

Re: [OT?] libxml2/libxslt and OSX

2005-03-17 Thread Chris Devers
of any porting framework that uses it. Aside from Fink, the other main one, GNU/Darwin, is (ironically?) based on the BSD ports system. I've not heard of anyone porting over the RedHat porting framework to OSX. -- Chris Devers

Re: problem with installing DBD::mysql

2005-03-15 Thread Chris Devers
that trips over this bug) will work just fine. -- Chris Devers

Re: problem with installing DBD::mysql

2005-03-15 Thread Chris Devers
* such an old bug -- it only impacts 10.3. On the other hand, we still have Jaguar users today. Not many, but a few. We'll probably have people using Panther, and hitting this bug, for at least a couple more years... :-/ -- Chris Devers

Re: perl.h?

2005-03-14 Thread Chris Devers
component, you need the XCode toolkit anyway, so you might as well install it if you haven't done so already. -- Chris Devers

Re: First CGI Setup

2005-03-10 Thread Chris Devers
fiddly, and there's a lot to learn, but getting up running with it on Unix (including OSX) is a *lot* less painful than it would be on the Windows version of Apache. Or at least, that has been my experience. -- Chris Devers

Re: What Perl editor do you recommend?

2005-03-02 Thread Chris Devers
was... -- Chris Devers

Re: could not build a module

2005-02-24 Thread Chris Devers
that the 10.0 - 10.2 era [Month] [Year] OSX Develeoper's Tools was a clumsy name that had to be retired, and that having the same name for two things was acceptably annoying. *shrug* -- Chris Devers

Re: Heredoc

2005-02-18 Thread Chris Devers
to use them. They have so little to offer though that I avoid them otherwise... But as I say, YMMV... -- Chris Devers

Re: Can't get DBD::mysql installed

2005-02-16 Thread Chris Devers
On Wed, 16 Feb 2005, Boysenberry Payne wrote: On Feb 15, 2005, at 1:09 PM, Chris Devers wrote: ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc' Thanks for the patch/fix. Do you think I should rebuild DBD::mysql? It certainly wouldn't hurt, and it would only take a few minutes. It's worth doing

Re: Perl stopped working on Apache 1.3.3, but then starts?

2005-02-08 Thread Chris Devers
, but do not see any errors in apache error log. I tested via Terminal calling a Perl script and it seemed to work fine. What shows up in the Apache logs when someone hits this page? Do successes errors look the same in the log? -- Chris Devers

RE: Perl stopped working on Apache 1.3.3, but then starts?

2005-02-08 Thread Chris Devers
the problem may have been. You may or may not see any useful patterns, but it sounds like that's the only data you have to work with now. -- Chris Devers

installation weirdness with Mac::Glue

2005-01-14 Thread Chris Devers
' This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level Any ideas? Are installations like this normal for Mac::Glue? -- Chris Devers

Re: catnip.local (redirect)

2005-01-06 Thread Chris Devers
the host name) rather than the real problem (apache should use a portable name). Fix the real problem and the symptom will go away. -- Chris Devers

Re: Trying to Install Bundle::DBD::mysql

2004-12-20 Thread Chris Devers
. MySQL has its own set of accounts which generally have no connection to the ones on the system that the database server is running on. -- Chris Devers

Re: MOD_PERL and OSX

2004-11-11 Thread Chris Devers
this not fix the problem? You make it sound like it didn't work, but you're using it anyway (unless I'm just being thick, which is possible, as it's been a long day...). -- Chris Devers

Re: MOD_PERL and OSX

2004-11-11 Thread Chris Devers
. =) Ahh, I see. Weird, but if it works... -- Chris Devers

Re: Perl/Tk ???

2004-11-09 Thread Chris Devers
://camelbones.sourceforge.net/ -- Chris Devers

Re: MOD_PERL and OSX

2004-11-09 Thread Chris Devers
*STDOUT; } Details: http://devers.homeip.net:8080/blog/archives/64.html This seems to have fixed the problems I was having getting some mod_perl applications (Apache::MP3, etc) to work. -- Chris Devers

Re: Getting started with Perl OSX

2004-11-01 Thread Chris Devers
that includes documentation about OSX. _Unix Power Tools_ is an excellent book, and I seem to remember the current edition having a Perl section (though I may be wrong about that), and I know it specifically talks about OSX in places. -- Chris Devers

Re: [OT] Text Editor for OSX

2004-10-04 Thread Chris Devers
be useful to lots of people... -- Chris Devers

Re: Thunderbird

2004-09-24 Thread Chris Devers
it? It looks like it's using DOS line endings: \r\n That may be required by the spec, I don't know... -- Chris Devers

Re: ImageMagick/PerlMagick on Panther

2004-09-23 Thread Chris Devers
been able to figure out the rest on your own. -- Chris Devers

Re: ImageMagick/PerlMagick on Panther

2004-09-23 Thread Chris Devers
may have to include a `use lib ...` statement in your scripts to tell them where to look for the Image::Magick library. But hopefully this Just Works. -- Chris Devers

Re: ImageMagick/PerlMagick on Panther

2004-09-23 Thread Chris Devers
are installed, you should end up with a copy of GCC and related tools in /usr/bin/gcc, /usr/bin/make, etc. Once you've got all that, then go back and try building perlmagick-581 with Fink. This time around, it should work just fine. Let us know if you have any problems :-) -- Chris Devers

Re: Thunderbird

2004-09-23 Thread Chris Devers
of it altogether... -- Chris Devers

Re: ImageMagick/PerlMagick on Panther

2004-09-22 Thread Chris Devers
easy painless way though: % sudo fink -y install imagemagick % sudo perl -MCPAN -e 'install Image::Magick' This gets you 90% of the way there, at least. The ability to do this by hand can obviously be valuable, but it can hardly be easier :-) -- Chris Devers

Re: ImageMagick/PerlMagick on Panther

2004-09-22 Thread Chris Devers
here. $ sudo apt-get install perlmagick-pm581 or, once more, build from source, with $ sudo fink -y install perlmagick-pm581 Plant, water, watch it grow, harvest when ripe. You can do this all by hand, but there's not much point in doing so. -- Chris Devers

Re: ImageMagick/PerlMagick on Panther

2004-09-22 Thread Chris Devers
On Wed, 22 Sep 2004, Sherm Pendley wrote: On Sep 22, 2004, at 4:13 PM, Chris Devers wrote: If you really want to prove to yourself how much rounder your wheel will be, then yes, use the Unix instructions. Or, if you want to see how that wheel got so round. I'm all for self-improvement

Re: ImageMagick/PerlMagick on Panther

2004-09-22 Thread Chris Devers
! :-) -- Chris Devers

Re: 10.3.5 - mod_perl upgrade trouble

2004-09-20 Thread Chris Devers
... :-/ Longer version of the above, with links references, etc: http://devers.homeip.net:8080/blog/archives/64.html -- Chris Devers

Re: BBEdit 8.0

2004-09-10 Thread Chris Devers
; and it has some kind of support for managing changes to a document, though I haven't played with this feature. Learn more here: http://www.codingmonkeys.de/subethaedit/ -- Chris Devers

Re: mount ftp network disk

2004-09-10 Thread Chris Devers
... -- Chris Devers

Re: mount ftp network disk

2004-09-09 Thread Chris Devers
, on the command line. * I can't figure out how to unmount it... :-) Aside from that little wrinkle, this seems to work well... -- Chris Devers

Re: Upgrading from 10.1 to 10.2

2004-08-31 Thread Chris Devers
10.2, so you should be pretty safe in this case. -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/ np: 'Mahna Mahna!' by The Muppets from 'The Muppet Show'

Re: Upgrading from 10.1 to 10.2

2004-08-31 Thread Chris Devers
be an element of truth in there, but if the system has been maintained well, that's really overkill. *shrug* -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/ np: 'Movin' Right Along (lo-fi midi version)' by The Muppets from 'The Muppet Movie Soundtrack'

Re: Brand New Empty Mac

2004-08-25 Thread Chris Devers
::mysql) from building properly. ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc' with ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc' Other than that, things should Just Work. -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/ np: 'Hill Street Blues' from 'Television

Re: Download images/movies

2004-08-24 Thread Chris Devers
, your script wouldn't have either :-) -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/ np: 'Il Buono, Il Brutto, Il Cattivo - Titoli Di Testa' by Ennio Morricone from 'Le Colonne Sonore Originali Dei Film Di Sergio Leone'

Re: Download images/movies

2004-08-23 Thread Chris Devers
On Mon, 23 Aug 2004, william ross wrote: On 23 Aug 2004, at 12:14, Chris Devers wrote: On Mon, 23 Aug 2004, william ross wrote: snip This will mean that jpegs in that directory can't ever be used on pages -- which would kind of ruin the fun. There seems to be an easy workaround though: symlink

Re: Download images/movies

2004-08-21 Thread Chris Devers
with about half a dozen lines of code, and if the browser is well behaved -- that'll be the part that's a pain to verify -- the alternate content type should force the right behavior. Let me know if you find this description unclear... -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net

Re: List::Util

2004-08-06 Thread Chris Devers
the questions are done, it should find, download, and install the module for you. The Perl beginners list is the right place for these sorts of questions: [EMAIL PROTECTED] or http://learn.perl.org/ -- Chris Devers

Apache::MP3 no worky

2004-08-03 Thread Chris Devers
? -- Chris Devers

Re: Cannot load DBD::MySQL - Can't locate connnect.al

2004-07-14 Thread Chris Devers
for each of perl Makefile.PL, make, etc suggests that you're doing this by hand. This used to be the normal way to install Perl modules, but CPAN.pm has been around for a few years now and it's much less painful than doing all this by hand. -- Chris Devers

Re: Confusion about die

2004-07-02 Thread Chris Devers
... -- Chris Devers

Re: Interface advice needed

2004-06-15 Thread Chris Devers
know if it isn't suitable for what you need to do, please :-) -- Chris Devers

Re: Basic question

2004-05-22 Thread Chris Devers
. -- Chris Devers

Re: (sips?) Re: Converting PDF to JPEG

2004-05-18 Thread Chris Devers
, but then the person who first suggested it did say it wasn't very well documented. In any case, the help page is a decent start... -- Chris Devers

Re: Phanter (10.3.3) and DBI perl module.

2004-05-14 Thread Chris Devers
messages directly into an email to the list and we will try to help you. -- Chris Devers

Re: OS X

2004-05-06 Thread Chris Devers
a look at _Learning Perl_ by Randal Schwartz Tom Phoenix: http://www.oreilly.com/catalog/lperl3/ Please ask the list if you have more questions, or would like a more detailed walkthrough of how to get a simple first program running. -- Chris Devers

Re: sudo and cpan

2004-05-06 Thread Chris Devers
have a newer version of Perl in /usr/local, try this $ sudo /usr/local/bin/perl -MCPAN -e shell And you should end up with about the same behavior. -- Chris Devers

Re: OS X

2004-05-06 Thread Chris Devers
subscribe to this list because we like being able to help out new users, so keep us in mind if things aren't making any sense for you. -- Chris Devers

Re: sudo and cpan

2004-05-06 Thread Chris Devers
not getting an error message to the effect of what I put here? I'm thinking too hard, I know. Time to install XML and get back to work. Heh, now you have two problems! :) -- Chris Devers

Re: backing up system

2004-05-02 Thread Chris Devers
anything obviously helpful in my ~/Library/Preferences... -- Chris Devers

Re: backing up system

2004-04-30 Thread Chris Devers
enough period) when cron fires. Isn't that the sort of problem that Anacron is supposed to solve? http://anacron.sourceforge.net/ Seems like it might make this sort of thing easier... -- Chris Devers

Re: backing up system

2004-04-30 Thread Chris Devers
that this isn't meant to replace the traditional Cron system, but rather to supplement it for people with different usage patterns (laptops, people who turn their machine off at night, etc). -- Chris Devers

[non-perl] osx startup login items, was Re: LC_ALL for daemons

2004-04-30 Thread Chris Devers
script launch as a login item? I've only been able to get graphical applications to launch this way. I've poked at SSH Agent.app, but it kept crashing... Suggestions welcome :-) -- Chris Devers

Re: Access External Hard Drive - Local and Network

2004-04-30 Thread Chris Devers
-colon version of the name to an easier equivalent: $ ln -s /Volumes/PRINCETON\;DELLSERVER /Volumes/dellserver And things should be much easier in Perl-land after that... -- Chris Devers

Re: Access External Hard Drive - Local and Network

2004-04-29 Thread Chris Devers
. So as the earlier mail you got suggested, everything is in /Volumes. -- Chris Devers

Re: Image::Magick

2004-04-27 Thread Chris Devers
apt-get install imagemagick ? Hand-rolling popular software from source is nice and all, but how many times does the wheel need to be re-invented, ya know? :-) -- Chris Devers

Re: Image::Magick

2004-04-27 Thread Chris Devers
On Tue, 27 Apr 2004, Sherm Pendley wrote: On Apr 27, 2004, at 2:58 PM, Chris Devers wrote: how many times does the wheel need to be re-invented, ya know? :-) I've always thought that an odd expression. Fair enough :-) But still, think about it: do we need to make one of these refinements

Re: Advice for enabling perl on OSX

2004-04-22 Thread Chris Devers
to the list. -- Chris Devers

Re: Advice for enabling perl on OSX

2004-04-22 Thread Chris Devers
Apache instance. But yes, use sudo for `apachectl` commands. -- Chris Devers

Re: Suggested version for Mac OS X.2?

2004-04-17 Thread Chris Devers
On Sat, 17 Apr 2004, Sherm Pendley wrote: In fact, unless you're in a *huge* hurry, I'd say wait a week and go with 5.8.4. I thought even numbered point releases were unstable, test releases. Is that not the case? -- Chris Devers

Re: Merging into Address Book

2004-04-06 Thread Chris Devers
that Address Book can import (e.g. vCard). There's probably a more direct way to do this, but this may be easier. You can download Palm Desktop for free whether or not you're a Palm user, and it is reasonably good at this kind of task. -- Chris Devers

Re: Preview.app opening multiple files

2004-03-29 Thread Chris Devers
as a way to open multiple documents as a set... -- Chris Devers

Re: Preview.app opening multiple files

2004-03-29 Thread Chris Devers
. Or, failing that, you can use Chris Nandor's nice wrapper libraries and then have a legit reason to do this in Perl... :-) -- Chris Devers

Re: Preview.app opening multiple files

2004-03-29 Thread Chris Devers
On Mon, 29 Mar 2004, Chris Devers wrote: Unfortunately, I get the same error you do when I try to run it: $ ./osatest.sh ## Component Manager: attempting to find symbols in a component alias of type (regR/carP/x!bt) syntax error: A unknown token can't go after this some

Re: Preview.app opening multiple files

2004-03-23 Thread Chris Devers
is doing allows collections of files to be handled as a single set, and nothing I've tried from the command line has been able to reproduce that functionality. I'm also curious what workarounds people have for this. -- Chris Devers

  1   2   3   >