On 9/11/07, Beginner <[EMAIL PROTECTED]> wrote:
snip
> 1) That was a typo in the mail  but I redid it to be sure
snip

Please do not type error messages.  Copy and paste them instead.
Actually the rule should be, "don't type anything but your
commentary".

snip
> 2) I believe I have followed what you did in your reply before and
> above. To be sure i pasted you script in a file, renamed
> './dict.local' to ./local.dict. Ran it and got this:
> Use of uninitialized value in array element at chas.pl line 19.
> Aberystwyth not found
> Use of uninitialized value in array element at chas.pl line 19.
> Perl not found
> Use of uninitialized value in array element at chas.pl line 19.
> FOO not found
> Use of uninitialized value in array element at chas.pl line 19.
> bar not found
> Use of uninitialized value in array element at chas.pl line 19.
> abcdfooblahsmack not found
>
> I then added the $speller->errstr to the last line and I get:
> ...
> Use of uninitialized value in array element at chas.pl line 19.
> abcdfooblahsmack not found
> The file "./local.dict" is not in the proper format
snip

Just to make sure we are on the same page, please run this commands in order

mkdir temp
cd temp
echo Aberystwyth >> words
echo Perl >> words
echo FOO >> words
echo abcdfooblahsmack >> words
aspell --lang=en create master ./dict.local < words

then create the perl script I mentioned in a previous email and try to
run it, and this is the important part, in the directory you just
created.

snip
> 3) Oh Oui :-\
snip

I can't even begin to tell you how bad this is and your problem may be
directly linked to this.  The best analogy I can come up with is that
your are walking around with a load gun in your pocket, and the gun
has no safety and a hair trigger.  It isn't a question of if you will
accidentally wound yourself, but more of when are you going to kill
yourself.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to