Re: Leopard, Apache and CGI Uploads

2008-04-28 Thread Jay Savage
On Thu, Apr 24, 2008 at 4:59 PM, <[EMAIL PROTECTED]> wrote: > I have a Perl file upload script I'd been using for years under Apache 1 in > Tiger. I haven't modified it in ages. No mod_perl, just CGI.pm and the > default Perl installation. It's always worked fine for files of any size > (some as m

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 b

Re: MacPerl Script on OS X

2008-02-28 Thread Jay Savage
On Thu, Feb 28, 2008 at 4:03 PM, Ben Crane <[EMAIL PROTECTED]> wrote: > I have a Perl 4.X script that runs using MacPerl in Classic on my G5 > Mac but I can't get it to run using Perl in 10.4.11. > > What do I need to do to make it run? > > Thanks for any suggestions. > Upgrade it work with Per

Re: Strange problem with @INC

2007-01-10 Thread Jay Savage
On 1/9/07, Jesse Engel <[EMAIL PROTECTED]> wrote: hmm, no, just the default /usr/bin/perl. i've thought about installing 5.8.8, but haven't yet. i changed my shell to bash (doesn't everyone?) in both xterm and apple_terminal and i did make a .bashrc in which i changed the default value of $PATH

Re: Strange problem with @INC

2007-01-09 Thread Jay Savage
On 1/9/07, Jesse Engel <[EMAIL PROTECTED]> wrote: for some reason, X11 has a different version of @INC than reported with apple's terminal. if i run perl -e 'foreach (@INC) { print "$_\n";}' with apple_terminal, i get /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1 /sw/lib/p

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

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 -

perltidy and -w flag

2006-10-05 Thread Jay Savage
I've recently started using TextMaker to edit my Perl scripts after many years of Emacs. On the whole I'm happy, but one thing really bugs me: styling. I've never really used perltidy before--Emacs perl-mode and cperl-mode have done everything I wanted. TextMate, though, uses perltidy internally.

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

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

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

2006-05-05 Thread Jay Savage
On 5/4/06, Michael <[EMAIL PROTECTED]> wrote: [snip] > Correct. Quartz and X11 have different (actually, at least 3) > clipboard systems that aren't shared. You can get around this by using > "copy" in the X11.app munbar at the top of the screen. but in order to > manage this clipboards entirel

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

2006-05-04 Thread Jay Savage
On 5/3/06, Michael <[EMAIL PROTECTED]> wrote: Hello, Anyone have trouble copying things to the clipboard using PerlTK's ->clipboardAppend...? When I use it to put things in the clipboard, I cannot paste the contents into other OSX apps like Textedit. The "Paste" option is available in the appl

Re: problems with intel architecture

2006-04-04 Thread Jay Savage
On 4/4/06, Cheryl Chase <[EMAIL PROTECTED]> wrote: > > On Apr 3, 2006, at 3:56 PM, Joel Rees wrote: > > > Even though it's not as necessary as it was when the system perl > > was at v5.6 and we all wanted the Unicode stuff in v5.8, I'm still > > inclined to build a separate install of perl for appl

Re: print 3 up labels

2005-11-10 Thread Jay Savage
On 11/10/05, Joseph Alotta <[EMAIL PROTECTED]> wrote: > Greetings, > > I want to print Avery 6140 labels with name and address from a mac. > Is there a library. If not, does anyone know how to set a font and > tab a certain number of inches to print 3 columns? > > > Joe Alotta > > A CPAN search

Re: BBEdit/Interarchy

2005-06-02 Thread Jay Savage
On 6/2/05, Sherm Pendley <[EMAIL PROTECTED]> wrote: > On Jun 2, 2005, at 7:33 PM, Joel Rees wrote: > > > Race conditions don't go away just because you have high speed > > connections. > > Quite true, but high speed connections *do* shrink the time window, > considerably reducing the risk. Unless

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. Onc

Re: BBEdit/Interarchy

2005-06-01 Thread Jay Savage
On 6/1/05, Bill Stephenson <[EMAIL PROTECTED]> wrote: > I use Interarchy to download perl scripts I want to edit with BBedit. > BBEdit uses Interarchy to save the scripts. > > When I save a the perl script I first have to check to see if there is > a recently active user so the user doesn't get an

Re: ?Tk on mac- Question from a novice

2005-04-15 Thread Jay Savage
On 4/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I'm trying to run a perl program my friend has written via komodo on his > windows machine however it uses the tk module. Despite a few attempts I cant > seem to install this on module on my mac. Any ideas? Am I missing something? > A

Re: How to mount FTP as volume?

2005-04-01 Thread Jay Savage
On Apr 1, 2005 12:35 PM, Joseph Alotta <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I kind of remember trying this, it sort of worked, ie, it made the > connection > but it was slow and unusable and the little wheel would just keep > spinning until > I killed the job. > And unless they changed