Re: Leopard, Apache and CGI Uploads

2008-04-28 Thread Jay Savage
that replicates the problem. It's very difficult to troubleshoot a description. It's much easier to troubleshoot code. HTH, --jay -- This email and attachment(s): [ ] blogable; [ x ] ask first; [ ] private and confidential daggerquill [at] gmail [dot] com

Re: MacPerl Script on OS X

2008-02-29 Thread Jay Savage
On Thu, Feb 28, 2008 at 7:13 PM, Ben Crane [EMAIL PROTECTED] wrote: Jay, Thanks for your response copied below. I really don't want to go to Perl 5.x and all that newfangled stuff. Here's my code ending with the offending line 7 according to my BBEdit error msg also copied below. I

Re: MacPerl Script on OS X

2008-02-28 Thread Jay Savage
, -- jay -- This email and attachment(s): [ ] blogable; [ x ] ask first; [ ] private and confidential daggerquill [at] gmail [dot] com http://www.tuaw.com http://www.downloadsquad.com http://www.engatiki.org values of β will give rise to dom!

Re: Getting all file paths

2007-03-23 Thread jay
Hi Kurtz, Daniel, and Sherm, Thanks so much for your replies. I really appreciate it!! I'll work with the examples you sent as well as take a peek at the perldoc -f -X. Thanks again for taking the time to help with this! :-) Jay On Mar 23, 2007, at 1:12 PM, kurtz le pirate wrote

Re: Strange problem with @INC

2007-01-10 Thread Jay Savage
environment in X. Either setup your PATH and PERL5LIB manually in .xinitrc (it works just like any other rc file) or source /sw/bin/init.sh. Google xinitrc for the gory details; the Fink X FAQ with detailed directions is actually the first hit. HTH, -- jay

perltidy and -w flag

2006-10-05 Thread Jay Savage
. I've got my flags pretty well set in ~/.perltidy, but I can't for the life of me figure how to get it to stop putting the '-w' flag on the shebang line. It also seems to occasionally eat my 'use warnings;' when it does it. Any thoughts? Thanks, -- jay

Re: perltidy and -w flag

2006-10-05 Thread Jay Savage
On 10/5/06, Joseph Alotta [EMAIL PROTECTED] wrote: Some people like TextMate also. I think it costs $29. www.macromates.com/ Joe. The results of a long night coding and not enough coffee...I've meant TextMate all along. Tonight: sleep. --j

Re: perltidy and -w flag

2006-10-05 Thread Jay Savage
On 10/5/06, Paul McCann [EMAIL PROTECTED] wrote: Jay Savage wrote: I can't for the life of me figure how to get it to stop putting the '-w' flag on the shebang line. It also seems to occasionally eat my 'use warnings;' when it does it. I've just tried to replicate this in TextMate

Fwd: DBD::mysql OS X

2006-08-03 Thread Jay Savage
nd again with the reply-to. -- Forwarded message -- From: Jay Savage [EMAIL PROTECTED] Date: Aug 3, 2006 10:40 AM Subject: Re: DBD::mysql OS X To: Walter Copenhaver [EMAIL PROTECTED] On 8/3/06, Walter Copenhaver [EMAIL PROTECTED] wrote: Hello, Has someone manage

Re: DBD::mysql OS X

2006-08-03 Thread Jay Savage
On 8/3/06, Sherm Pendley [EMAIL PROTECTED] wrote: On Aug 3, 2006, at 10:41 AM, Jay Savage wrote: The only caveat I can think of is that the tests assume you're installing DBD::mysql against a fresh MySQL installation with the root password still unset. They assume no such thing

Re: PerlTK's -clipboardAppend in OSX...?

2006-05-05 Thread Jay Savage
solutions available don't appeal to you, you could port the program to CamelBones, which is a framework for building Cocoa applications in Perl. HTH, -- jay -- This email and attachment(s): [ ] blogable; [ x ] ask first; [ ] private and confidential

Re: PerlTK's -clipboardAppend in OSX...?

2006-05-04 Thread Jay Savage
of reading the X11 clipboard. Items cut in X11 should be available to Quartz apps. It's just doesn't work the other way around. HTH, -- jay -- This email and attachment(s): [ ] blogable; [ x ] ask first; [ ] private and confidential daggerquill

Re: print 3 up labels

2005-11-10 Thread Jay Savage
best friend here. Avery label turns up PostScript::MailLabels, labels, and Paper::Specs. Other search terms will undoubtedly turn up other results. Take a look and see what works for you. -- jay -- This email and attachment(s): [ ] blogable; [ x ] ask

Re: BBEdit/Interarchy

2005-06-02 Thread Jay Savage
On 6/2/05, Bill Stephenson [EMAIL PROTECTED] wrote: On Jun 1, 2005, at 4:40 PM, Jay Savage wrote: Bill, Just upload the file to something like my_script.cgi.new. It can take as long as it needs to transfer. Once it's transferred, rename it. HTH, -- jay

Re: ?Tk on mac- Question from a novice

2005-04-15 Thread Jay Savage
under perl 5.8.0+, but Jaguar shipped with 5.6.0. So you'll need to update your perl, if you haven't already. But your problem could be something else entirely. More info. HTH, jay

Re: How to mount FTP as volume?

2005-04-01 Thread Jay Savage
radically and I missed it, It doesn't mount the server -rw, which makes it basically useless. who mounts a volume for *downloads*? --jay

Re: Mac::Glue and mod_perl

2005-01-27 Thread Jay
a little typo, but it's a big defference. HTH, --jay

Re: Where Did Perl 5.8.6 Get Installed?

2005-01-24 Thread Jay
On Mon, 24 Jan 2005 10:33:49 -0500, Jay [EMAIL PROTECTED] wrote: On Mon, 24 Jan 2005 09:53:38 -0500, Lola Lee [EMAIL PROTECTED] wrote: Following the instructions that Apple had put up at http://developer.apple.com/internet/opensource/perl.html, I downloaded the latest version from perl.org

Re: catnip.local (redirect)

2005-01-07 Thread Jay
and directives. HTH --jay

Re: catnip.local (redirect)

2005-01-06 Thread Jay
in is if catnip has a dynamic ip, in which case you'll need to update it automatically. HTH, --jay

Re: MySQL

2004-12-09 Thread Jay
money the best general intro to MySQL. The _Perl Cookbook_ also has a quick and dirty intro to DBI and DBD::MySQL, and if you're going to be regularly using perl to solve database problems, _Programming the Perl DBI_ is indispensible. HTH, --jay savage

Re: writing to htpasswd file

2004-12-01 Thread Jay
write it to the password file, and in the long run it would probably be worth it to look into the various mod_auth modules that let you store user-defined passwords in a variety of databases. Just my $.02, --jay savage

Finding Screen Resolution

2004-02-25 Thread Jay Young
that John Delacour had shared): --- tell app System Events to tell process finder size of first window whose position is {0, 0} end tell -- {1280, 1024} --- but I'm just curious if there's any other possibilities of getting this? Thanks. Jay

get contents from clipboard

2003-11-24 Thread Jay Young
Is it possible to get the contents from the clipboard with Perl? Looking in a book I see - Win32::Clipboard but is it possible to get it on the Mac in OS 10.3? Thanks. Jay

Re: Newcomer with a few questions

2003-11-07 Thread Jay Young
Native app? Jay -- On Nov 7, 2003, at 7:12 PM, Chris Nandor wrote: In MacPerl, you can do MacPerl::Ask() to bring up a dialog with OK and Cancel, and in Mac::Carbon -- a port of many of the MacPerl modules to Mac OS X -- on Mac OS X, you can do the exact same thing. % perl -le 'use MacPerl

Newcomer with a few questions

2003-11-01 Thread Jay Young
in there and quickly run it from the menu. But I was curious if I sent some Perl code to a Windows machine, would it be possible to bring up a dialog with it? Thanks. Jay