Re: MacPerl Script on OS X

2008-08-27 Thread Eberhard Lisse
Actually, if g5hd is a mounted (external) hard drive than the /Volumes/gh5d is required. If it's the root, than it's not. el on 8/23/08 5:33 PM Doug McNutt said the following: > At 08:43 +0100 8/23/08, Eberhard Lisse wrote: [...] > open (TRANS, " or die "Error can't open $!\n"; > > Be real

Re: MacPerl Script on OS X

2008-08-23 Thread Doug McNutt
At 08:43 +0100 8/23/08, Eberhard Lisse wrote: >> 7 open ("trans", "g5hd:newScansImages:trans") or die "Error, can't open"; open (TRANS, " From the U S of A, the only socialist country that refuses to admit it. <--

Re: MacPerl Script on OS X

2008-08-23 Thread Eberhard Lisse
Ben, on 2/29/08 7:15 PM Jay Savage said the following: > On Thu, Feb 28, 2008 at 7:13 PM, Ben Crane <[EMAIL PROTECTED]> wrote: >> Thanks for your response copied below. I really don't want to go to Perl 5.x >> and all that newfangled stuff. This can only be described as really shortsighted. Not

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-29 Thread Dominic Dunlop
On 2008–02–28, at 22:52, Jay Savage wrote: 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 sugge

Re: MacPerl Script on OS X

2008-02-28 Thread Doug McNutt
At 16:52 -0500 2/28/08, Jay Savage wrote: >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

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: MacPerl Script on OS X

2008-02-28 Thread John Delacour
At 15:03 -0600 28/2/08, Ben Crane 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? What errors do you get if you try to run it in BBEdit? JD