develooper Front page | perl.beginners | Postings from March 2002

Re: what does this syntax error mean?

Thread Previous
From:
Wytch
Date:
March 28, 2002 02:38
Subject:
Re: what does this syntax error mean?
Message ID:
20020328103844.70946.qmail@onion.perl.org

"Jeff 'Japhy' Pinyan" <jeffp@crusoe.net> wrote in message
news:Pine.GSO.4.21.0203271906200.6722-100000@crusoe.crusoe.net...
> On Mar 27, Wytch said:
>
> >Transliteration replacement not terminated at dot.pl line 18.
> >
> >What is a Transliteration replacement?
>
> First, you've shown us NO code, so we can't help correct your code.

Actually I didn't want help correcting my code since I already corrected it
and got it to work at that point - I had the error come up a few times in
totally different snippets of code [and I am sure you all don't want me
running to you with every little error lol]. I just wanted to know, in plain
english, what a transliteration replacement means rather than the specific
coding problem.

> Second, you should check the error documentation:
>
>   % perldoc perldiag
>
> and look for "Transliteration":
>
>      Transliteration replacement not terminated
>          (F) The lexer couldn't find the final delimiter of a
>          tr/// or tr[][] construct.
>
> So it sounds like you've used the tr/// operator and failed to close it
> properly.

Thankyou =O)

Wytch



Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About