$o = q[perl -wl -e 'print "This is text";'];;
$o =~ tr['"]["'];;
print $o;;
perl -wl -e "print 'This is text';"
I can see many ways to make that fail, but it might be good enough.
Otherwise, you soon move into the realms of Only perl can parse Perl.
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
|