http://www.perlmonks.org?node_id=549413


in reply to Small examples of string eval

A historic example of string eval that springs to mind is Larry's famous rename script. See also Unix rename faq (a version of Larry's script is given at the end) and the Perl Cookbook, recipe 9.9.

And though these may set a poor example for newbies, please notice that Acme::Bleach:

do {eval brighten $shirt; exit} unless dirty $shirt && not dress $shir +t;
Acme::Buffy:
do {eval unslay $demon; exit} unless evil $demon && not punch $demon;
and Acme::EyeDrops:
eval eval '"'. ("\["^ '+'). ('['^')') .('`'|')') .('`'|'.'). ('['^'/'). ('{'^'[').''. ('\\'). '"'.('`'|"\(").( '`'|'%') .('`'|',').('`'|',' ).('`'| '/').('{'^'[').("\["^ ',').('`'|'/').('['^')').('`' |',').('`'|'$').'\\'.('\\').( '`'|'.').'\\'.'"'.';'.('!'^'+' ).'"';$:='.'^'~';$~='@'|"\("; $^=')'^'[';$/='`'|'.';$,= (( (( '('))))^'}';$\= '`'| (( '!') );$:=')' ^(( ( '}' ))); $~= '*' |(( '`')) ;( $^ )=( '+') ^+ (( (( ( (( (( (( ( ( ( (( ( ( ( ( '_' ) ) )) )) ) )) )))) ) )) )))) ;#;#
all rely on good ol' string eval to perform their magic. :-)