[MacPerl] Re: Parsing Appleworks/Claris files puragtory

2002-04-04 Thread robinmcf
>At 05:09 +0900 2002.04.04, [EMAIL PROTECTED] wrote: >>I followed your instructions on how to get at the classic app but I >>can't seem to get the AppleWorks glue file to compile from it- the >>droplet kicks in, asks me if I want to overwrite existing files and >>then does nothing else. >> >>MacPer

[MacPerl] Re: Parsing Appleworks/Claris files puragtory

2002-04-04 Thread robinmcf
>I'll try reinstalling MacPerl da capo Ok I've done this and I no longer get the odd error messages on installation but I still can't get Mac-Glue to make an AS dictionary for AppleWorks. I'm using Mac OS 9.1 international but the version of Apple works I'm trying to coax into action is AW-J 6.2

[MacPerl] Re: Parsing Appleworks/Claris files puragtory

2002-04-04 Thread Chris Nandor
At 17:47 +0900 2002.04.04, [EMAIL PROTECTED] wrote: ># Compression not available >File 'Blue HD:Applications (Mac OS 9):MacPerl ?:untarzipme.plx'; Line 20 >Unpacking archive: > Blue HD:Desktop Folder:Mac-Glue-1.01.tar.gz ># Can't use an undefined value as an ARRAY reference. >File 'Blue HD:App

[MacPerl] Eval question

2002-04-04 Thread Melora2000
I know this is off-topic, but my search engine left me nowhere else to go. Can you please forgive a newbie and answer a Perl question? The question is this: I have an expression, for instance as follows, in a scalar (string): $eval = "80-5"; What I want to do is to evaluate this and get the

Re: [MacPerl] Eval question

2002-04-04 Thread Melora2000
Never mind... I got something going. I get errors, but I'll slog through those. Sorry to bother you (I *knew* as soon as I posted I'd get something figured out!). Melora

Re: [MacPerl] Eval question

2002-04-04 Thread Bart Lateur
On Thu, 4 Apr 2002 20:40:57 EST, [EMAIL PROTECTED] wrote: >I know this is off-topic, but my search engine left me nowhere else to go. Try the macperl-anyperl mailing list. Or one of the Learning Perl mailing lists... >The question is this: I have an expression, for ins