Re: perl.h?

2005-03-15 Thread Warren Pollans
thanks, installing xcode tools fixed my problem On Mar 14, 2005, at 6:45 PM, Chris Devers wrote: On Mon, 14 Mar 2005, Warren Pollans wrote: I just got an error - complaining about not being able to find perl.h. Does that come with the xcode tools? Or something else? Yes, I seem to remember that

perl.h?

2005-03-14 Thread Warren Pollans
I just upgraded to 10.3.8 - through several steps from 10.2.8 I just got an error - complaining about not being able to find perl.h. Does that come with the xcode tools? Or something else? Thanks, Warren

Re: [OT] cellphone-ibook interface?

2004-03-23 Thread Warren Pollans
bitpim was exactly what I was looking for. There's a version for linux and one for macOSX - both work. Thanks for your help On Mon, 22 Mar 2004 13:13:40 -0800 (PST) Andrew Mellinger <[EMAIL PROTECTED]> wrote: > On Mon, 22 Mar 2004, Warren Pollans wrote: > > Have

Re: [OT] cellphone-ibook interface?

2004-03-22 Thread Warren Pollans
That looks promising - I'll download it and take a look at it - Thanks On Mon, 22 Mar 2004 13:13:40 -0800 (PST) Andrew Mellinger <[EMAIL PROTECTED]> wrote: > On Mon, 22 Mar 2004, Warren Pollans wrote: > > Have you looked at BitPim? > > http://bitpim.sourceforge.ne

[OT] cellphone-ibook interface?

2004-03-22 Thread Warren Pollans
Hello, Does anyone know how to program the interface (via usb cable) from ibook to sanyo 4900 cell phone? I'm interested in trying to write something to backup my phone's phonebook to my ibook. I've posted this question to the X-Unix list and sent mail to Sanyo - nothing useful on google (may

perl tags in vim/vi?

2004-01-15 Thread Warren Pollans
Hello, I'd like to start using tags in vim. Google shows that there is a ptags and a perltags script for creating the tags file and the vim docs indicate that tags are supported. It doesn't appear to be too difficult to create the tags file. QUESTION: What do vim-tag-users use? Or is there

Re: word list generator?

2003-03-07 Thread Warren Pollans
That's exactly what I was looking for - /usr/share/dict/words! Thank you very much Warren On Fri, 7 Mar 2003 14:27:59 -0500 (EST) Trey Harris <[EMAIL PROTECTED]> wrote: > In a message dated Fri, 7 Mar 2003, Warren Pollans writes: > > > I would like to build a &qu

word list generator?

2003-03-07 Thread Warren Pollans
Hello, This is not macosx-specific, but I want to do it on my ibook. I would like to build a "scrabble/crossword_puzzle cheater". I think I want to do this by generating lists of words to choose from. For example, I'd eventually like to be able to do the following: list all n-letter,

Re: Help with dl_install_.al error please

2003-03-04 Thread Warren Pollans
all" gives 0824 T _XS_DynaLoader_dl_install_xsub I'll just have to live with this problem until I get around to upgrading perl and mod_perl - and see if it persists. Warren On Fri, 28 Feb 2003 16:13:43 -0800 drieux <[EMAIL PROTECTED]> wrote: > > On Friday, Feb

Help with dl_install_.al error please

2003-02-28 Thread Warren Pollans
Could someone help me with this please? I had sent this to the mod_perl list - where it was suggested that I try here instead. Who is responsible for putting dl_install_.al in place. The DynaLoader module is installed. Thanks, Warren Begin forwarded message: Hello, I'm trying to work th

Re: httpd -X segfaults

2003-02-26 Thread Warren Pollans
3 18:10:25 -0600 Puneet Kishor <[EMAIL PROTECTED]> wrote: > since no one has yet answered this, let me venture forward and ask > you... > > On Tuesday, February 25, 2003, at 12:41 PM, Warren Pollans wrote: > .. > > When I try "/usr/sbin/httpd -X", I get my usual st

httpd -X segfaults

2003-02-25 Thread Warren Pollans
Hello, I'm trying to work through the examples in "Mod_Perl Cookbook" and have gotten stuck at using Apache::DB - although my problem has nothing to do with Apache::DB. I'm on a ibook (10.1.5) with apache 1.3.26 and mod_perl 1.26 and perl5.6.0 When I try "/usr/sbin/httpd -X", I get my usual sta

httpd -X segfaults

2003-02-25 Thread Warren Pollans
Hello, I'm trying to work through the examples in "Mod_Perl Cookbook" and have gotten stuck at using Apache::DB - although my problem has nothing to do with Apache::DB. I'm on a ibook (10.1.5) with apache 1.3.26 and mod_perl 1.26 and perl5.6.0 When I try "/usr/sbin/httpd -X", I get my usual sta

a question about upgrading to jaguar

2003-02-14 Thread Warren Pollans
Hello, I'm asking this question here because I'm concerned about being able to preserve my perl/cgi/mod_perl files. I figure I can re-install the OSX apps, if necessary. I'm finally getting ready to change to jaguar (from 10.1.5 on 500MHZ ibook) - I'm slow at adopting (adapting?) - and want to

make test for Compress::Zlib failed

2002-11-06 Thread Warren Pollans
Hello, I just tried to upgrade Bundle::CPAN (from 1.52 to 1.63) on my 10.1.5 ibook (perl5.6.0) and got the following when running 'make test' for Compress::Zlib. Is this OK? Should I force the install or ??? I seem to be running CPAN1.63 OK though Thanks, Warren [Compress-Zlib-1.19]$ sud

pdf form letter?

2002-11-06 Thread Warren Pollans
Hello, I've posted this to both the macosx_perl and macosx_applications lists - sorry if you've received 2 copies. I'm looking for an application that will convert a word/appleworks/openoffice document to a human/perl editable pdf file - the pdf file created by acrobat reader is not suitable.

Re: 'alert' example wanted

2002-10-08 Thread Warren Pollans
I neglected to mention that I'm using 10.1.5 - ical seems to require 10.2 At 13:32 -0400 10/8/02, Chris Devers wrote: >On Tue, 8 Oct 2002, Warren Pollans wrote: > >> Am I re-inventing the wheel here? > >Sort of. Have you looked at the new iCal application? It can do

'alert' example wanted

2002-10-08 Thread Warren Pollans
Hello, CAUTION: I have not had the time to RTFM (the cocoa/objectiveC book). My apologies in advance I would like to see a complete example of how pop up an alert (message window) from perl - using camelbones? or ???. Feel free to point me to it. I plan to use this to remind me that I h

Re: [OT] how to use a constant in regex?

2002-08-30 Thread Warren Pollans
Thanks, that did it >At 1:20 PM -0400 2002-08-30, Warren Pollans wrote: >>Hi Folks, >> >>This is not OSX-related, but I'm hoping that some OSXer could point >>me in the right direction. This has to have a RTFM answer but I >>haven't been able

[OT] how to use a constant in regex?

2002-08-30 Thread Warren Pollans
Hi Folks, This is not OSX-related, but I'm hoping that some OSXer could point me in the right direction. This has to have a RTFM answer but I haven't been able to find the FM to R. I can't figure out how to use a constant in a regular expression without having to assign it to a variable firs

[OT] how to use a constant in regex?

2002-08-30 Thread Warren Pollans
Hi Folks, This is not OSX-related, but I'm hoping that some OSXer could point me in the right direction. This has to have a RTFM answer but I haven't been able to find the FM to R. I can't figure out how to use a constant in a regular expression without having to assign it to a variable firs

Re: Log::Agent??

2002-07-31 Thread Warren Pollans
OK, it's Storable.pm that uses Log::Agent - but this is supposed to be optional - it's in eval "use Log::Agent". So I guess the question is "why does this cause the cgi to fail?" - an apache configuration error on my part? On Wed, 31 Jul 2002 13:25:03 -0400 Wa

Log::Agent??

2002-07-31 Thread Warren Pollans
Hello, The question is at the end. I'm trying to use MLDBM to tie a hash: my $dbm = tie %hash, 'MLDBM', $dbmfile, O_CREAT|O_RDWR, 0640 or ... The cgi script (that uses the module in which this line appears) complains that it can't find Log::Agent. Fine, I install Log::Agent but 'make test' f

camelbones-related question

2002-07-05 Thread Warren Pollans
Hello, I'm looking for a starting point for learning/programming the mac gui - to play with with on my 14" ibook (osx - 10.1.5). I'm an experienced user of perl, perl/tk, and tcl/tk - but have no experience with the mac gui (i don't even know what to call it). Camelbones seems like a good st