Re: BBEdit 8.0

2004-09-09 Thread Chuck Rice
At 11:37 PM -0500 9/2/04, Bill Stephenson wrote: Those BBEdit guys went and implemented another of my wish list feature requests! Remember the one about a button that allowed you to view output from a perl script in a browser? It's apparently in 8.0, as well as some other pretty cool new

testinf file type

2004-05-13 Thread Chuck Rice
This is a bit off-topic as your question isn't specific to MacOS and Perl; however, I can't resist a challenge nor the opportunity to help you learn Perl, so here's my offering: #!/usr/bin/perl use Cwd; use File::Find; find( sub { -f $_ -r _ push @files, $File::Find::name }, shift || cwd() );

Re: Passwords

2004-05-12 Thread Chuck Rice
At 10:49 AM -0500 5/12/04, Joseph Alotta wrote: On May 11, 2004, at 3:35 PM, Chuck Rice wrote: At 5:46 PM -0400 5/7/04, Sherm Pendley wrote: On May 7, 2004, at 3:29 PM, Chuck Rice wrote: How do I set up a perl program such as the one below to check mail without hard coding the password

Re: Passwords

2004-05-11 Thread Chuck Rice
At 5:46 PM -0400 5/7/04, Sherm Pendley wrote: On May 7, 2004, at 3:29 PM, Chuck Rice wrote: How do I set up a perl program such as the one below to check mail without hard coding the password in the code? If you're using Panther, the security command-line tool looks like it might be useful. You

Passwords

2004-05-07 Thread Chuck Rice
the quality of the code, but it seems the right choice for this application, except for the passwords. -Chuck- #!/usr/bin/perl #-- # Read LetterRip Daily Statistics email and process # bounce addresses. # # Written April 2004 by Chuck Rice

Re: Passwords

2004-05-07 Thread Chuck Rice
At 5:46 PM -0400 5/7/04, Sherm Pendley wrote: On May 7, 2004, at 3:29 PM, Chuck Rice wrote: How do I set up a perl program such as the one below to check mail without hard coding the password in the code? If you're using Panther, the security command-line tool looks like it might be useful. You

Installing Mac::iTunes

2004-03-15 Thread Chuck Rice
I am a perl newbie and I am trying to install Mac::iTunes. When I do, I get lots of what look to be syntax errors about missing parentheses, and deprecated function calls, and such, and then iTunes launches, does some strange things to the screen and then the install finally fails. What did I

Re: Installing Mac::iTunes

2004-03-15 Thread Chuck Rice
At 6:22 PM -0800 3/15/04, Oliver Schnarchendorf wrote: Visit brian's sourceforge web site and file bug-report (with the output that 'make test' returns), and he might find the time to help you in the long run. Thanks Oliver. I reported it, but I think that he may have more important things to