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.

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.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
** Look for "Regular Expressions in Perl" published by Manning, in 2002 **
<stu> what does y/// stand for?  <tenderpuss> why, yansliterate of course.
[  I'm looking for programming work.  If you like my work, let me know.  ]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to