Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Small examples of string eval

by eyepopslikeamosquito (Archbishop)
on May 15, 2006 at 09:30 UTC ( [id://549413]=note: print w/replies, xml ) Need Help??


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. :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://549413]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found