Re: mac X+ perl where is the web folder

2002-08-29 Thread Joel Rees
like web-publishing apache perl example. -- Joel Rees [EMAIL PROTECTED]

Re: Opening file with application

2002-09-08 Thread Joel Rees
but it's binary, and I don't know how it's formatted. -- John Labovitz [EMAIL PROTECTED] www.johnlabovitz.com Obvious thought, but have you tried plist? -- Joel Rees [EMAIL PROTECTED]

Re: Opening file with application

2002-09-08 Thread Joel Rees
John Labovitz [EMAIL PROTECTED] responded: On 9/8/02 8:01 PM, Joel Rees [EMAIL PROTECTED] wrote: Obvious thought, but have you tried plist? It doesn't seem to be that -- I tried both pl and plutil, and neither wanted to read it. But I have no experience with plists, so maybe I'm

Re: Opening file with application

2002-09-10 Thread Joel Rees
arcane code today. :) Methinks youthinks right. Thanks for the link. -- Joel Rees [EMAIL PROTECTED]

[OT] Re: OS Poll

2002-09-23 Thread Joel Rees
server scripts that would support this kind of thing? Of course, where this all has to eventually head is that your phone will become your mail server. -- Joel Rees [EMAIL PROTECTED]

Re: question on ssh and peeve on editors

2002-10-03 Thread Joel Rees
is training a large group of us on Struts (Java -- Jakarta). Anyone know of a comparable project with Perl, i. e., a framework that would allow separating the business model and control logic out of the view? -- Joel Rees [EMAIL PROTECTED]

OT Java pseudo-benchmark (was Re: What up with the mac)

2002-10-10 Thread Joel Rees
Okay, here's the Java program I was talking about, since someone might want it and I'm going to be off-list for a while: -begin code /** * Let's try the Factorial in BigInteger * * @author Joel Rees, Altech Corporation, Esaka, Japan * Copyright

Re: CPAN Jaguar

2003-02-09 Thread Joel Rees
put your configuration info for CPAN. You'll probably need to re-configure CPAN, at minimum. Anyone successfully using CPAN and FINK together? -- Joel Rees [EMAIL PROTECTED]

Re: [MacPerl] Re: problem with Japanese text

2003-03-27 Thread Joel Rees
delimiters? Space has a somewhat different meaning for Japanese. -- Joel Rees [EMAIL PROTECTED]

[OT] Re: [MacPerl] Re: problem with Japanese text

2003-03-30 Thread Joel Rees
the Two Bushes in White House :) Heh. West Texas is a country and a language to itself. -- Joel Rees [EMAIL PROTECTED] (Amusing myself by imagining the elder bush saying Kwansai and the younger saying Kansai. Not sure I could imagine the old guy saying tefu-tefu, though.)

Re: OT: looking for the relevant list

2003-04-02 Thread Joel Rees
subscribe, you'll want a newsreader, or you'll want to set filters for you mail reader. -- Joel Rees [EMAIL PROTECTED]

Re: [OT] Japanese

2003-06-16 Thread Joel Rees
months ago, so you might search the archives. Or search the web for things like CJK, euc encoding, shift-JIS, tron characters, etc. -- Joel Rees [EMAIL PROTECTED]

Re: [OT] Japanese

2003-06-16 Thread Joel Rees
selectable, and the precedence defaults are pretty handy, as well. -- Joel Rees [EMAIL PROTECTED]

Re: [OT] Japanese

2003-06-17 Thread Joel Rees
into some visible hexadecimal display form -- deg.TMGDBdeg.$D9$BBdeg.$D9deg.$E9deg.$D9-$DA$F5 Where have I seen that before? It just doesn't make any sense at all as any JIS in a visible hexadecimal form. Maybe it's just raw, untouched, straight JIS, with no escapes. -- Joel Rees [EMAIL

Re: [OT] Japanese

2003-06-17 Thread Joel Rees
to periods. (Tried opening it with an editor that understands straight JIS.) -- Joel Rees [EMAIL PROTECTED]

Re: [OT] Japanese

2003-06-17 Thread Joel Rees
and onew. With freeBSD, jvim/Wnn does fairly well, behaves like I would expect vi to behave with Japanese. It does flake out at times, however. I'll know more about how they work on openBSD today, I suppose. One of these days, I'll have to talk my employer into letting me use a Mac at work. -- Joel

Re: [OT] Japanese (correction about Mail)

2003-06-23 Thread Joel Rees
(early)? $B0T$B0U$B0Gndc Who's meaningful dark? Or perhaps the saba fish in the crucible? Anyway, they _look_ sort of like 7-bit JIS, and the two you came up with for hotaru are, in fact, 7-bit JIS for hotaru. -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken

Re: [OT] Japanese

2003-06-23 Thread Joel Rees
On Wednesday, Jun 18, 2003, at 20:01 Asia/Tokyo, Joel Rees wrote: (I'm still trying to decipher what they've done with the file system, and still trying to figure out how to get the terminal app to show the Japanese names for files. My brother in law has a book that shows a way

Re: Japanese + Encode::Guess

2003-06-25 Thread Joel Rees
a closer look at this tomorrow. (Thanks, Dan!) -- Joel Rees, programmer, Kansai Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp

Re: [OT] Japanese (correction about Mail)

2003-07-07 Thread Joel Rees
I took another look at some garbled spam I seem to be picking up regularly, which I had mistakenly assumed to be from a Korean source, and it looks like Apple's mail app in 10.2.4 is _not_ handling 7-bit JIS correctly. More later. rant Crud. I have some resume pages that I _know_ are shift

[OT] backslash when working with Japanese (Re: Pantherbites)

2003-07-25 Thread Joel Rees
* input method is a mess! I like the old one ("disintegrated") better. (B (BYeah, I think the IM is going backwards as much as forwards, myself. (B (B * took 15 minutes to find how to enter '\' (backslash) instead of $B!W!"(B (B (yen) ONCE Kotoeri is enabled. Once Kotoeri is enabled,

Re: japanese in regular expressions possible?

2003-08-15 Thread Joel Rees
This script then behaves as I would expect: #!/usr/bin/perl no warnings ; $f = $ENV{HOME}/Desktop/biao.txt ; # file saved as UTF-8 open F, $f or die $! ; $/ = \015 ; # only if the file has Mac line endings !!! print \x{8868}\n\n; # prints the character as utf-8 for (F) { print 1. $_ if /Ë°®/

testing my rules, please wink at this and move on

2003-08-15 Thread Joel Rees
Now why'd you look?

Re: [OT] OSX privileges question

2003-09-24 Thread Joel Rees
other than their primary group through the Netinfo Manager utility. (GUI access in the utilities folder.) -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp -- When software is patentable, anything is patentable. (http

Re: Weird math...

2003-10-14 Thread Joel Rees
Fixed-point math (generally with 4 decimal places and an implied decimal point on a 32 or 64 bit integer) is more appropriate in those cases. Math::BigFloat, perhaps?

Re: Looking for old laptop/notebook

2003-11-11 Thread Joel Rees
drieux, (Sorry about taking so long to respond -- further follow-ups off list, of course.) On 2003.11.9, at 05:15 AM, drieux wrote: Begin forwarded message: does anybody know how to make Hypercard run on System 9 or X? I've been running a few hypercard apps on Mac OS 9 and X without much

Re: searching complex datastructures

2003-12-11 Thread Joel Rees
Can anyone offer an elegant solution for a data structure that maintains sorted order as well as access to data for a (primary) key? Is everyone thinking too hard or am I not thinking hard enough? If you have a database and you need to search it on an alternate key, you either linear search on

Re: get contents from clipboard

2003-12-14 Thread Joel Rees
On 2003.12.15, at 07:10 AM, John Delacour wrote: At 5:01 pm +0900 11/12/03, Robin wrote: late in on this one but you can treat the clipboard as a filehandle if you pipe to pbpaste and pbcopy : open (FROM_CLIPBOARD, pbpaste|); open (TO_CLIPBOARD, |pbcopy); you can then do as you normally would

Re: DBD mysql unable to install since Panther

2004-01-30 Thread Joel Rees
Thanks everyone. The developer tools I installed is the developer tools from Jaguar. I don't have the Panther developer tools. But I will get it. Is there an easy place to buy the tools from? Apple seems to want to sign me up as a developer, etc. If you don't mind the agreement they make you

Re: Soliciting opinions from Applescript refugees

2004-02-28 Thread Joel Rees
On 2004/02/28, at 0:08, Chap Harrison wrote: ... and I wonder why some people swear by Applescript. I think it may be from inexperience. Yours or theirs? (heh.) As has been pointed out, FileMaker is still more of a RAD tool than a solutions tool, and AppleScript also. Precision in a language

Re: Web servers with cable DSL

2004-03-16 Thread Joel Rees
On 2004/03/16, at 11:13, Bill Stephenson wrote: I was wondering if anyone here is using a MacOS X box with a fixed IP cable DSL account Cable with fixed IP? Does it exist? My current US Cable provider told me I could do static IP if I put my own router between the cable modem and my internal

Re: Web servers with cable DSL

2004-03-16 Thread Joel Rees
On 2004/03/16, at 12:29, Chris Devers wrote: On Tue, 16 Mar 2004, Morbus Iff wrote: Please don't make the web a world of Geocities. On the other hand, it has always kind of bugged me that having a fully functional web server out of the box isn't seen as a normal part of having interenet access,

[OT] Re: Web servers with cable DSL

2004-03-17 Thread Joel Rees
On 2004/03/17, at 11:29, Bill Stephenson wrote: Well, I think that Kevin (morbus) really did a good job of pointing out why I can't entirely do this yet. Some of the sites I host are critical to the businesses that use them and Verio has always provided a great service. Because they host on

[OT] slice vs. splice

2004-04-16 Thread Joel Rees
slice syntax isn't deprecated or anything is it? Don't see it mentioned in O'Reilly's Nutshell or in the Cookbook's section on arrays. (Sorry about the not-really-topical noise.)

Suggested version for Mac OS X.2?

2004-04-16 Thread Joel Rees
Gah! That's what I get for using comments! ;-) Darn right, stop that! Code is hard to write, it should be hard to read, too! ;-) 8-) That's what I like about perl. Anyway, I'm aware that slice is not a function, just surprised that neither the concept nor the syntax seems to get any

Re: Suggested version for Mac OS X.2?

2004-04-16 Thread Joel Rees
So, I'm wondering about that version number. 5.8.1 is still the latest stable Perl, right? No, 5.8.3 is the latest. And 5.8.4 will likely be out within a week. So, given an iBook that is going to host my personal site, should I load 5.8.3 parallel to the the 5.6 in Mac OS 10.2, or should I stick

Re: Advice for enabling perl on OSX

2004-04-22 Thread Joel Rees
the on-line manual accessible where the apache foundation folks were thoughtful enough to put it, at http://localhost/manual/ Joel Rees

reinventing wheels (was Re: Image::Magick)

2004-04-27 Thread Joel Rees
requests, so email those to me privately, and I'll summarize to the list in a few days. Like the analogy, Sherm. (Apologies to Chris Devers and to the list for cluttering it with noise, but this thread made me think of a new tag-line.) -- Joel Rees If God hadn't meant for us to tweak our source

Re: reinventing wheels (was Re: Image::Magick)

2004-04-28 Thread Joel Rees
Joel Rees If God hadn't meant for us to tweak our source code, He'd've given us Microsoft. Joel, Don't credit God for this thing. It is of the devil. What? You thought I thought God meant for us _not_ to tweak our source code? ;- -- Joel Rees Opinions are like armpits. We all have two

LC_ALL for daemons

2004-04-30 Thread Joel Rees
I'm sure I've seen a thread on this, but a casual search didn't turn it up. (I'm always looking in the wrong places.) When I'm logged in as a user, I can set the appropriate environmen variables, but when a daemon is running, where is it going to get them? Joel Rees

comparison always false is a problem or not?

2004-04-30 Thread Joel Rees
Joel Rees

Re: comparison always false is a problem or not?

2004-04-30 Thread Joel Rees
(BOn 2004.4.30, at 04:38 PM, Sherm Pendley wrote: (B (B On Apr 30, 2004, at 2:30 AM, Joel Rees wrote: (B (B My experience is that this kind of thing tends to lead to dead code (B or endless loops. Do I need to dig in and find the macro declaration (B and see if I can fix it? (B (B

Re: LC_ALL for daemons

2004-04-30 Thread Joel Rees
On 2004.4.30, at 04:30 PM, Sherm Pendley wrote: On Apr 30, 2004, at 2:24 AM, Joel Rees wrote: When I'm logged in as a user, I can set the appropriate environmen variables, but when a daemon is running, where is it going to get them? Daemons are started from scripts found in /System/Library

questions from configure

2004-04-30 Thread Joel Rees
suggesting against threads, is that because Perl's threads are still in the oven, or because Mac OS X's threads are still a little unripe, so to speak? -- Joel Rees

Re: backing up system

2004-04-30 Thread Joel Rees
, it was for backing up to your .mac account. 2. Otherwise, has someone wrote a perl program to do this that I can run in cron. Wasn't there a related thread here just this last week, including mention of either CpMac or ditto? I'll shut up now. -- Joel Rees Opinions are like armpits. We

Re: backing up system

2004-05-02 Thread Joel Rees
and provide several of the services provided on .Mac, but I might have been hallucinating. Sometimes my dreams seem pretty real when I don't get to bed until four-ish. Maybe I should see if I can find something on that. -- Joel Rees If God hadn't meant for us to tweak our source code, He'd've

[slightlyOT] reading logs with long urls

2004-05-02 Thread Joel Rees
those easier to see as well as easy to see around. (Not sure what I want to see in them.) (And sometime I'd like to build an error page script that would dump 64K from /random back at the zombie. But I have more important things to do first.) -- Joel Rees Getting involved in the neighbor's

Re: [slightlyOT] reading logs with long urls

2004-05-03 Thread Joel Rees
insertion attempts. -- Joel Rees Complaining about systems that are incomplete misses the point. In this world, a system can't be perfect and useful at the same time. Of course, that's no excuse to refuse to fix problems -- we'll never run out of problems.

Re: [slightlyOT] reading logs with long urls

2004-05-03 Thread Joel Rees
understand the perl approach to parsing characters. Not that I don't understand it, but it's hard for a guy who essentially cut his teeth porting Forth to get used to. -- Joel Rees

Re: backing up using DejaVu

2004-05-03 Thread Joel Rees
. -- Joel Rees

sudo and cpan

2004-05-06 Thread Joel Rees
quit unless I start sudoed. And I can't find the instructions about querying which modules are installed, either. Maybe it'd help if I had gotten more sleep last night. -- Joel Rees

Re: sudo and cpan

2004-05-06 Thread Joel Rees
On 2004.5.6, at 08:08 PM, Joel Rees wrote: Okay, I seem to have forgotten how to use CPAN. Where are the detailed instructions? (perldoc cpan only gets me a page.) And while I'm making noise, When you have perl 5.6 as the system perl (/usr/bin) and perl 5.8 as a parallel install in /usr/local

Re: OS X

2004-05-06 Thread Joel Rees
On 2004.5.6, at 09:01 PM, Stephen Harris wrote: Hi, Decided to teach myself Perl and the got Sam's Teach Yourself Perl in 24 hrs (book CD ) from the local library. I began working with the book and found that perl 5.6.1 only runs in Classic environment, That would be macPerl 5.6.1? but that

Re: sudo and cpan

2004-05-06 Thread Joel Rees
it doesn't happen as a user other than the one I installed as, but I haven't tried running as a non-install admin user yet. I'm thinking too hard, I know. Time to install XML and get back to work. -- Joel Rees

Re: Anyone got a perl script to catch the disk: and help: uris in web browsers?

2004-05-26 Thread Joel Rees
On 2004.5.26, at 10:49 PM, Chris Nandor wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Joel Rees) wrote: Macintouch is showing an AS script: http://www.macintouch.com/#notesandtips I've never been comfortable with AS, so I'm thinking about installing it to see how it works, then re

Re: Whither Developer Tools?

2004-06-10 Thread Joel Rees
If not, you can always copy if off your collegue's hard drive. It being the installer package, of course. It installs stuff all over the place - apps, documentation, headers, libraries, etc., etc. Trying to copy all that stuff manually would be a massive pain. I'm pretty sure that's what Chris

Re: Installing modules on osX 10.3.3

2004-06-14 Thread Joel Rees
On 2004.6.15, at 06:08 AM, Bill Stephenson wrote: On Jun 14, 2004, at 3:12 PM, Sherm Pendley wrote: I'm curious - is reinstalling the OS a common troubleshooting technique for older MacOS versions? I'm a fairly recent switcher myself. I purchased my first Mac expressly to run Mac OS X DP4. Yes,

Re: Location of Files to be Printed

2004-06-16 Thread Joel Rees
Dunno about Jaguar earlier. [reiisi-rend:~] family% ls -la /var/spool/cups ls: cups: Permission denied heh. Permissions are correct. Anyway, cups could be got to run (with a lot of patience, as I recall) in 10.0. It ran, if not with fully satisfactory results in some cases, in 10.1. I

Re: CPAN can't write makefiles after perl 5.8.1 reinstall on 10.3.4

2004-07-15 Thread Joel Rees
On 2004.7.15, at 06:43 AM, Brian Dimeler wrote: Hi, I was having trouble installing LWP on the version of Perl that came with our office iMac (running OS X 10.3.4) and therefore I reinstalled Perl as per the suggestion of CPAN, using the guide at

Re: CPAN can't write makefiles after perl 5.8.1 reinstall on 10.3.4

2004-07-15 Thread Joel Rees
(B Would someone else take a look at that page and tell me whether they (B agree with me that it looks like some summer intern at Apple has kind (B of laid a little land mine in there, maybe thinking he was bringing (B the page up to date with Panther? (B (B Absolutely. I wish Apple would

Re: Forking Signals

2004-08-20 Thread Joel Rees
Now if we take that same simple program and either don't define $SIG{'TERM'} or set it to 'DEFAULT' we get END when the parent dies, but when we kill the child cleanup isn't run (duh) but neither is END. Is that standard behaviour? I would've thought it'd try to do END if at all possible to clean

Re: Download images/movies

2004-08-21 Thread Joel Rees
together, I could post it. -- Joel Rees Complaining about systems that are incomplete misses the point. In this world, a system can't be perfect and useful at the same time. Of course, there's no excuse for refusing to fix problems -- we'll never run out of problems.

Re: Download images/movies

2004-08-21 Thread Joel Rees
Thinking twice, I'll be out of pocket for a while, so I'll just go ahead and post this just in case anyone is interested. http://reiisi.homedns.org/~joel/cs/shared_code/showpics.pl.text Contains some shift-jis, which can be stripped out with no ill effects. -- Joel Rees It's

Re: Download images/movies

2004-08-23 Thread Joel Rees
on multiple sets of images. You do have to add a little code for each set of images, of course. That script needs some comments. -- Joel Rees Getting involved in the neighbor's family squabbles is dangerous. But if the abusive partner has a habit of shooting through his/her roof, the guy who

Re: Download images/movies

2004-08-25 Thread Joel Rees
; close (FILE); print $data; exit; -- Joel Rees Nothing to say today so I'll say nothing: Nothing.

[OT]Re: Brand New Empty Mac

2004-08-25 Thread Joel Rees
, just in case something goes haywire in one. Most people don't really need to bother with anything fancy, just let the install set up run. -- Joel Rees If God had meant for us to not tweak our source code, He'd've given us Microsoft.

Re: Download images/movies

2004-08-25 Thread Joel Rees
go to work. Thanks, Mark On Aug 25, 2004, at 8:16 AM, Joel Rees wrote: Just a few nosy comments -- html head titleUntitled Page/title /head body a href=javascript:window.location='cgi-bin/ download.cgi?picname=Upload-Background.gif'picture link/a Not sure why you want to bother with javascript

Re: Download images/movies

2004-08-26 Thread Joel Rees
should prevent this from working in the first place. Well, open up a terminal window and look at the permissions: % ls -la /etc % ls -la /etc/passwd -- Joel Rees

Re: Thunderbird

2004-09-23 Thread Joel Rees
I'd like to take more time for this, but waiting doesn't produce more time this week. So I'll just toss out an idea -- You might be interested in this page, entitled Import Address Book records into to Thunderbird : http://www.macosxhints.com/article.php?story=20040905025741769 When I googled

Re: Thunderbird

2004-09-24 Thread Joel Rees
On 2004.9.24, at 11:55 AM, wren argetlahm wrote: --- Chris Devers wrote: --- Joel Rees wrote: I don't know about .vcf, but .csv is fairly easy to just look at with a text editor (formatting off, of course). Yeah, they're both just text and (pretty) easily readable. The problem comes in that I

Re: Thunderbird

2004-09-24 Thread Joel Rees
On 2004.9.24, at 11:34 AM, Chris Devers wrote: On Fri, 24 Sep 2004, Joel Rees wrote: I don't know about .vcf, but .csv is fairly easy to just look at with a text editor (formatting off, of course). VCF is (basically) an ascii format. You can encode binary data (e.g. photos) in it, but it's base64

Re: [OT] Text Editor for OSX

2004-10-03 Thread Joel Rees
On 2004.10.4, at 02:29 AM, Doug McNutt wrote: I'm not so sure about the OT designation. FORTH is on topic on a perl list? ;-) Apple's Macintosh Programmer's Workshop (MPW) is the best programming environment I have ever used. BBEdit worksheets are a start but are not nearly as flexible. emacs is

Re: OT: what happened to my permissions?

2004-10-05 Thread Joel Rees
to post questions. Not having done what you did, I'm not going to take a stab at your other questions. But what does umask without any arguments tell you? Something like 037 or 015? -- Joel Rees even though much of what I do is not sensible it does make sense if you know why ...

Re: [OT] Black Screen of Death

2004-10-17 Thread Joel Rees
darn fast, my old eyes aren't very good anymore, and I tend to get those pesky Optic Migraines when I stare at anything that strobes or has significant glare, ... -- Joel Rees Getting involved in the neighbor's family squabbles is dangerous. But if the abusive partner has a habit

Re: Yet another Mac OSX and DBI question

2004-10-17 Thread Joel Rees
that Apple put up a download of just the relevant files? -- Joel Rees It's not the Here's a button, click it! attitude, It's Bill saying he has to be free to invent our technological future. (But I'm just as glad it's not Steve's company with the 95%, either.)

Re: Installing new(er) perl on Jaguar

2004-11-02 Thread Joel Rees
. There is a way to get a list, but I don't remember it, and javadoc seems to be interfering with my memory of perldoc right now. Maybe someone can help me here? -- Joel Rees Nothing to say today so I'll say nothing: Nothing.

Re: Installing new(er) perl on Jaguar

2004-11-03 Thread Joel Rees
PATH, which perl will tell you that. List of installed modules. I must be distracted. -- Joel Rees Nothing to say today so I'll say nothing: Nothing.

Re: Installing new(er) perl on Jaguar

2004-11-03 Thread Joel Rees
. Actually, there is one more reason not to put /usr/local/bin in your path ahead of /bin. It's a potential security weak spot. (Say some package you test out puts a program of some sort named ps in /usr/local/bin.) -- Joel Rees even though much of what I do is not sensible it does make sense

Re: MySQL

2004-12-09 Thread Joel Rees
Paul DuBois's books on MySQL have been pretty good for me. I got a lot out of the one called, I think, Perl and MySQL for the Web. It's been over a year, but the MySQL lists seemed to be a lot of help: http://marc.theaimsgroup.com/?l=mysqlr=1w=2 (These days I seem to be messing around with

Re: catnip.local (redirect)

2005-01-07 Thread Joel Rees
Hmm. All this made me look at how I have this box set up and I discover that what I was about to tell you (and what I've done to a box I'm borrowing from work) was wrong. I'lll try to reconstruct things. I hope I make sense. My spouse has, at her workplace, a Mac OS X machine with web sharing

[OT] Re: catnip.local (redirect)

2005-01-07 Thread Joel Rees
work for most people, and they do seem to be making headway at sorting things out so that mere mortal sysads can figure them out. Have you asked/searched on Apple's boards and mailing lists? I'm pretty the topic has floated there in the past. -- Joel Rees Nothing to say today so I'll say

Re: installation weirdness with Mac::Glue

2005-01-15 Thread Joel Rees
I thought I'd play around with Mac::Glue, so I fired up the CPAN shell to install it. The installation went, in part, like this: [...] END failed--call queue aborted, DATA line 1. *** malloc: vm_allocate(size=268435456) failed (error code=3) *** malloc[10104]: error: Can't allocate

Re: TextWrangler

2005-01-21 Thread Joel Rees
, myself, almost as much as the CodeWarrior editor. (Talk about twisted tastes.) -- Joel Rees Opinions are like armpits. We all have two, and they all smell, but we really don't want the other guy to get rid of his.

Re: Need to reinstall unix head utility any ideas?

2005-02-10 Thread Joel Rees
Speaking of the case insensitivity issue, is anyone here experimenting with the case sensitive HFSx volume format?

Re: Suggestions to better ship Perl on OS X.

2005-02-18 Thread Joel Rees
Yes, you're right ... I suppose that Find in the Finder doesn't find it because /System is excluded from Find, unless you specifically choose it? sudo find / -name perlfunc*

Re: Variables in external file

2005-02-18 Thread Joel Rees
On 2005.2.19, at 01:39 AM, Mark Wheeler wrote: Hi, Just a quick question. Is it possible to have a bunch of variables in a separate file and then require that file in the script file? Let me give you and example. -- Script file

Re: could not build a module

2005-02-26 Thread Joel Rees
I will install the Xcode and see how it goes. You know where to find it?

Re: could not build a module

2005-02-26 Thread Joel Rees
I will install the Xcode and see how it goes. You know where to find it? You need to become an Apple Developer connection Member thet ypu can dowload a lot of development tools. The Apple web site for the ADC is https://connect.apple.com And if you don't have broadband, you can almost always

Re: What Perl editor do you recommend?

2005-03-02 Thread Joel Rees
On 2005.3.3, at 07:15 AM, John Delacour wrote: At 9:45 pm + 2/3/05, Phil Dobbin wrote: I'm thinking that if he's not comfortable with pico maybe emacs is not the best idea... I'd love to hear a convincing explanation from someone why anyone would use such tools in preference to TextWrangler,

Re: What Perl editor do you recommend?

2005-03-02 Thread Joel Rees
Apologies for fanning the fires, but this hits kind of close to home ... On 2005.3.3, at 07:39 AM, David Cantrell wrote: [...] and either a nightmare or an impossibility to deal with non-ascii, but maybe that's because I'm just an

Re: First CGI Setup

2005-03-12 Thread Joel Rees
Should not try to give people advice at two in the morning. I said I've set each user's web-facing directories and files to owned by user, but group is the apache user. The directories that serve the domain root are owned by the apache user. Directory permissions are read/write/search (rwx) for

Re: dealing with UTF8 text

2005-03-31 Thread Joel Rees
On 2005.3.31, at 10:18 AM, Avi Rappoport wrote: Hi old friends (and new), I'm quite enjoying getting back to scripting, and like Perl a lot, especially with Affrus. While I'm probably inefficient, it's nice to have a language actually designed for text processing (search engine logs, in my

Re: Tiger version

2005-04-11 Thread Joel Rees
As far as perl goes, I always install a parallel perl for my dev stuff, so I don't have to mess with the system install. If you are anxious for Tiger, you can pay USD 500 for the privilege of testing pre-release versions. If you do lot of development for the Mac, it's worth the price. I've

Re: keychain

2005-04-22 Thread Joel Rees
On 2005.4.21, at 09:15 PM, Ken Williams wrote: Hi Joseph, In my address book, I've got several of those too. I believe they're certificates from people who have signed their messages. If you don't know them, they're probably on a list you're on. That's definitely a possibility. It bugs me that

Macperl list false advertising?

2005-05-02 Thread Joel Rees
Anyone know why http://www.perl.org/community.html describes the macperl list as Mac Perl - OS 7-9 and X discussion

Re: Macperl list false advertising?

2005-05-03 Thread Joel Rees
On 2005.5.3, at 11:04 AM, Marc Manthey wrote: On May 3, 2005, at 2:17 AM, Joel Rees wrote: Mac Perl - OS 7-9 and X discussion joel, have you heard from apple ? its a small company from cupertino that build some cool mahines. They started from system 7.0 to 10.4 and there was a major change

Re: Installing WebService::GoogleHack

2005-05-18 Thread Joel Rees
On 2005.5.18, at 09:53 PM, Lola Lee wrote: [...] Now, $! . . . what does this do? I looked in perldebtut and it says that ! means, redo a previous command, but what is the purpose of $? And, where should I be putting this in, again? Just so this doesn't get lost in the wash, $! is a special

Re: CamelBones on Intel? Maybe not.

2005-06-06 Thread Joel Rees
. Not sure if I'll load Linux or openBSD on it, since it's my server. Jobs is insane. -- Joel Rees Nothing to say today so I'll say nothing: Nothing.

Re: CamelBones on Intel? Maybe not.

2005-06-07 Thread Joel Rees
On 2005.6.7, at 11:13 PM, Robert wrote: Wiggins d'Anconia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ian Ragsdale wrote: On Jun 6, 2005, at 5:18 PM, Joel Rees wrote: Jobs is insane. I'm not so sure about that. IBM seems unwilling or unable to produce mobile G5s, which

Re: CGI script running as a given user?

2005-06-07 Thread Joel Rees
On 2005.6.7, at 11:51 PM, Rich Morin wrote: I've got a Perl CGI script that acts as a system browser. For example, it can look at files and directories and say interesting things about them. This works fine, as long as the files are world-readable, but fails (because Apache runs as 'www') as

  1   2   >