http://qs321.pair.com?node_id=1066636


in reply to Re: oh for y///e
in thread oh for y///e

What are you trying to do with the /e switch? eval 'b-zaZA-Y'? I don't see the point.
Maybe something like:
$cryped = substitution_cypher(); $text =~ y/a-z/$crypted/e;
instead of
eval "\$text =~ y/a-z/$crypted/";

Replies are listed 'Best First'.
Re^3: oh for y///e
by bhildred (Novice) on Dec 12, 2013 at 18:16 UTC
    It would be cool when writing Obfuscated Code to eval the results of a transform without using eval to make it obvious what you are doing.