CamelBones: More Fat Camel modules

2004-04-25 Thread Sherm Pendley
I've created more module packages for the "Fat Camel" package, and uploaded them to SourceForge. As a reminder - these are Perl modules (and in some cases, the C libs they depend on) for the Perl 5.8.4 distribution included in the CamelBones "Fat Camel" package. They are all listed on the do

Re: Icon in Address Bar

2004-04-25 Thread Chris Devers
On Sun, 25 Apr 2004, Sherm Pendley wrote: > On Apr 25, 2004, at 10:09 PM, Bill Stephenson wrote: > > > How do I make a custom icon show up in the address bar when a user > > loads a page? > > You mean, in Safari? > > It's a file at the root of your site, called favicon.ico. It's a 16x16 > icon in

Re: Icon in Address Bar

2004-04-25 Thread Charles Albrecht
At 10:18 PM -0400 4/25/2004, Sherm Pendley wrote: > >It's a file at the root of your site, called favicon.ico. It's a 16x16 icon in >Windows Icon (.ico) format, which is exportable from a number of graphics packages. You can also indicate this file using a header along the lines of:

Re: Icon in Address Bar

2004-04-25 Thread Sherm Pendley
On Apr 25, 2004, at 10:09 PM, Bill Stephenson wrote: How do I make a custom icon show up in the address bar when a user loads a page? You mean, in Safari? It's a file at the root of your site, called favicon.ico. It's a 16x16 icon in Windows Icon (.ico) format, which is exportable from a number

Icon in Address Bar

2004-04-25 Thread Bill Stephenson
How do I make a custom icon show up in the address bar when a user loads a page? I can't for the life of me remember how, or where to find out. Thanks, Bill Stephenson

Re: Simple perl script send email

2004-04-25 Thread John Delacour
At 2:28 am -0700 25/4/04, Mark Wheeler wrote: >I just installed 10.3 and am trying to get a cron job to fire off a perl script which >will send an email saying the cron job was completed. I recommend you get SendMail.pm, though there are other options:

Re: Simple perl script send email

2004-04-25 Thread Mark Wheeler
I've been using MIME::Lite for a couple of years, now. I'll just use that one. It's quite friendly to work with. I'll give that a try and see what goes. Thanks again, Mark On Apr 25, 2004, at 3:19 PM, Wiggins d'Anconia wrote: Mark Wheeler wrote: Thanks. I'll give it a try. That makes sense.

Re: Simple perl script send email

2004-04-25 Thread Wiggins d'Anconia
Mark Wheeler wrote: Thanks. I'll give it a try. That makes sense. When you are talking about mail handling Perl mod, you are talking about NET::SMTP or something like that, right? Also, why would you not want to use mail directly? Mail is an incredibly complex thing, combine that with trying to

Re: Simple perl script send email

2004-04-25 Thread Mark Wheeler
Thanks. I'll give it a try. That makes sense. When you are talking about mail handling Perl mod, you are talking about NET::SMTP or something like that, right? Also, why would you not want to use mail directly? Thanks, Mark On Apr 25, 2004, at 2:53 PM, Wiggins d'Anconia wrote: Mark Wheeler w

Re: Simple perl script send email

2004-04-25 Thread Wiggins d'Anconia
Mark Wheeler wrote: Hi, I just installed 10.3 and am trying to get a cron job to fire off a perl script which will send an email saying the cron job was completed. crontab listing * * * * * /Users/blah/Library/Scripts/test.pl Here is the script: test.pl --

Re: Simple perl script send email

2004-04-25 Thread Mark Wheeler
Ok, that's a little new for me. What I basically need to do is run a back up of some files on an internal network, then email myself saying everything went great. The files (databases) are on a PC and I'm going to back them up on my Mac. That's the rub. I was going to do it in Perl, because tha

Re: Simple perl script send email

2004-04-25 Thread Jerry LeVan
My daily.local file looks like: /usr/bin/mail -s Crontab jerry < No need for perl if you have Postfix set up :) Cron runs the daily.local file if it exists in periodic daily I requeue a wakeup request for the next morning... see http://homepage.mac.com/levanj/Cocoa for a way to make sure your cron

Re: Simple perl script send email

2004-04-25 Thread Bill Stephenson
Just curious, did you run the crontab command? I know I sometimes just forget the simple stuff... Kindest Regards, Bill Stephenson On Apr 25, 2004, at 4:28 AM, Mark Wheeler wrote: Hi, I just installed 10.3 and am trying to get a cron job to fire off a perl script which will send an email say

Re: Trying to install wxPerl

2004-04-25 Thread gohaku
On Apr 24, 2004, at 1:48 PM, Edward Moy wrote: Are you running on 10.3? If not, it would seem that wxPerl has an implicit 10.3 assumption. If you are running on 10.3, you can set the MACOSX_DEPLOYMENT_TARGET environment variable yourself with: % env MACOSX_DEPLOYMENT_TARGET=10.3 make Hi Edwar

OSX, threads, signals, and END blocks

2004-04-25 Thread Larry Prall
Sorry if this is a dupe. I first sent it a couple of days ago, but never saw it show up. I have a threaded script which will eventually terminate, but which in many cases I would like to end with a Control-C. No problem. Except that I would also like to have a printout of current statistics

Re: Documentation Install Problem with perl/tk

2004-04-25 Thread Sherm Pendley
On Apr 25, 2004, at 3:20 PM, Jerry LeVan wrote: Typing "man Tk//grid" seems like it might be a pain... If it hurts to do that, don't do it. Type it correctly instead: 'man Tk::grid', or 'perldoc Tk::grid'. Is there any way I can at least get the pod files updated in the Tk perl area? The pod do

Re: Documentation Install Problem with perl/tk

2004-04-25 Thread Jerry LeVan
It's probably not quite that easy ;( Typing "man Tk//grid" seems like it might be a pain...I guess I might have to write a script to strip the "Tk//". Is there any way I can at least get the pod files updated in the Tk perl area? Trying to read the make file gives me severe headaches... --Jerry

Re: Documentation Install Problem with perl/tk

2004-04-25 Thread Sherm Pendley
On Apr 24, 2004, at 11:13 PM, Jerry LeVan wrote: The man folder contained a "man1" and a "man3" folder. Each of these folders contains files with names like "Tk//grid.3pm". The contents look like nroff stuff. ( Note the ":" is the native mac file path seperator). As the directory name implies, th

Documentation Install Problem with perl/tk

2004-04-25 Thread Jerry LeVan
This morning I installed the latest version of perl/tk (804.27). After the install I noticed a folder named "man" in my root directory. The man folder contained a "man1" and a "man3" folder. Each of these folders contains files with names like "Tk//grid.3pm". The contents look like nroff stuff. (

ANN: CamelBones 0.2.3 "Fat Camel" package

2004-04-25 Thread Sherm Pendley
Sorry if this is a dupe - I sent the same message yesterday, and it disappeared into the ether. I didn't get a bounce message, it didn't appear in the archives... nothing. Bizarre. CamelBones is a framework for writing GUI apps using the Cocoa API for Mac OS X. Version 0.2.3 is now available f

Re: Trying to install wxPerl

2004-04-25 Thread Edward Moy
On Apr 23, 2004, at 10:49 PM, gohaku wrote: Hi everyone, I'm trying to install wxPerl v0.18. I just installed wxMac successfully. I ran "wxPerl Makefile.pl" successfully after I followed the instructions in install.txt: $ cp /usr/bin/perl wxPerl $ `wx-config --rezflags` wxPerl When I run "make"

Re: Trying to install wxPerl

2004-04-25 Thread gohaku
On Apr 24, 2004, at 1:48 PM, Edward Moy wrote: I've not install wxPerl myself, but from the looks of the error message, it would appear that the MACOSX_DEPLOYMENT_TARGET is not being set, even though -undefined dynamic_lookup is being used. MACOSX_DEPLOYMENT_TARGET must be set explicitly to 10

Simple perl script send email

2004-04-25 Thread Mark Wheeler
Hi, I just installed 10.3 and am trying to get a cron job to fire off a perl script which will send an email saying the cron job was completed. crontab listing * * * * * /Users/blah/Library/Scripts/test.pl Here is the script: test.pl #!/usr/bin

Re: Trying to install wxPerl

2004-04-25 Thread Edward Moy
On Apr 25, 2004, at 9:04 AM, gohaku wrote: On Apr 24, 2004, at 1:48 PM, Edward Moy wrote: I've not install wxPerl myself, but from the looks of the error message, it would appear that the MACOSX_DEPLOYMENT_TARGET is not being set, even though -undefined dynamic_lookup is being used. MACOSX