[MacPerl] mac::speech appears ok (was [MacPerl] Progress Report... )

2001-08-01 Thread Chad A. Clark
I happily report this appears to be a problem on my end. I did a clean build ,and I was not able to reproduce this. No other problems to report using mac::speech under MacOS 9.1. Also my results were the same on my Quadra with MacOS 8.1. Moving on to mac::speechrecognition today :). -- Chad A. C

Re: [MacPerl] mac::speech appears ok (was [MacPerl] ProgressReport ... )

2001-08-01 Thread Chris Nandor
At 04:09 -0700 2001.08.01, Chad A. Clark wrote: >I happily report this appears to be a problem on my end. I did a clean >build ,and I was not able to reproduce this. No other problems to report >using mac::speech under MacOS 9.1. Also my results were the same >on my Quadra with MacOS 8.1. Moving o

Re: [MacPerl] mac::speech appears ok (was [MacPerl] Progress Report ... )

2001-08-01 Thread Bart Lateur
On Wed, 01 Aug 2001 04:09:55 -0700, Chad A. Clark wrote: >No other problems to report >using mac::speech under MacOS 9.1. Maybe I'm being overly pedantic, but it is "Mac::Speech". If you use lower case in your code, sooner or later you'll encounter weird problems (AKA "It doesn't work"). --

Re: [MacPerl] mac::speech appears ok (was [MacPerl] ProgressReport ... )

2001-08-01 Thread Chris Nandor
At 06:04 -0700 2001.08.01, Chad A. Clark wrote: >on 8/1/01 4:49 AM, Chris Nandor at [EMAIL PROTECTED] wrote: > >> If you had a problem with *my* build, though, then I still want a bug >> report about it. Maybe my build is busted. :) > >I also downloaded *your* build this morning ,and it worked f

Re: [MacPerl] MacPerl and PDF

2001-08-01 Thread Alex
what is the name of the file? --- Axel Rose <[EMAIL PROTECTED]> wrote: > At 10:40 Uhr -0700 26.07.2001, Alex wrote: > >Can I compile it under MPW? > > There is no need for compilation. The library > file is included. > > > Axel > > >--- Axel Rose <[EMAIL PROTECTED]> wrote: > > > http://www.p

[MacPerl] Re: [MacPerl-Porters] Re: [MacPerl] mac::speech appears ok (was[MacPerl] Progress Report ... )

2001-08-01 Thread Chad A. Clark
on 8/1/01 4:49 AM, Chris Nandor at [EMAIL PROTECTED] wrote: > If you had a problem with *my* build, though, then I still want a bug > report about it. Maybe my build is busted. :) I also downloaded *your* build this morning ,and it worked fine also :). -- Chad A. Clark [EMAIL PROTECTED] IC

[MacPerl] accesing a mac

2001-08-01 Thread Alex
can I mount a computer on a desktop from a perl script (I am looking for a way to do it without using 'chooser')? can I do it from any other tools such as MPW? __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messe

Re: [MacPerl] accesing a mac

2001-08-01 Thread Andrew O. Mellinger
>can I mount a computer on a desktop from a perl >script (I am looking for a way to do it without >using 'chooser')? can I do it from any other >tools such as MPW? You can definitely do it from MPW. Use the choose command. You can also mount volumes from aliases. Save an alias to a n

Re: [MacPerl] accesing a mac

2001-08-01 Thread Chris Nandor
At 10:18 -0700 2001.08.01, Alex wrote: >can I mount a computer on a desktop from a perl >script (I am looking for a way to do it without >using 'chooser')? can I do it from any other >tools such as MPW? With Mac::Glue and Mac OS 9 (I think that is when mount_volume started coming with Standard

[MacPerl] appending files

2001-08-01 Thread Brad Rice
I wrote this script to take a directory of text files and append them into one BBEdit text file. I get comma separated files generated from our webserver and flow them into a Quark XPress template using Xdata variable data Xtension. At first I either had to copy and paste all the entries into

Re: [MacPerl] appending files

2001-08-01 Thread Detlef Lindenthal
=Brad Rice wrote: > I wrote this script to take a directory of text files and append them > into one BBEdit text file. ... > Any suggestion for making this script better?I'm still > pretty new at PERL. =cut ##Hi Brad, ## you can do this: #!perl -w #

Re: [MacPerl] mac::speech appears ok (was [MacPerl] ProgressReport ... )

2001-08-01 Thread Chad A. Clark
on 8/1/01 5:54 AM, Bart Lateur at [EMAIL PROTECTED] wrote: > On Wed, 01 Aug 2001 04:09:55 -0700, Chad A. Clark wrote: > >> No other problems to report >> using mac::speech under MacOS 9.1. > > Maybe I'm being overly pedantic, but it is "Mac::Speech". If you use > lower case in your code, sooner

[MacPerl] Re: [MacPerl-Porters] Re: [MacPerl] mac::speech appears ok (was[MacPerl] Progress Report ... )

2001-08-01 Thread Prymmer/Kahn
On Wed, 1 Aug 2001, Bart Lateur wrote: > On Wed, 01 Aug 2001 04:09:55 -0700, Chad A. Clark wrote: > > >No other problems to report > >using mac::speech under MacOS 9.1. > > Maybe I'm being overly pedantic, but it is "Mac::Speech". If you use > lower case in your code, sooner or later you'll en