in reply to Re^2: Eval Squared
in thread Eval Squared

As the original code is changing char-by-char the character for it's chr(ord - 1)... It actually only works when the user has the same character encoding of the OP...

It seems that the line you deparsed as

tr/+-.<>[]//cd;

Came to me just as

><+-.,cd;

I'll try to get more about it...

daniel