Thread Ersetzungstring mit $1 im Voraus "kompilieren"
(5 answers)
Opened by GwenDragon at 2012-02-15 16:00
ja, das mit /ee ist nicht besonders hübsch.
s/...//qq{"$replace"}/ee; aber sicher ist das halt wirklich nur, wenn du die kontrolle über die strings hast. wenn dadrin steht: @{[ system 'rm -rf /' ]} dann hast du ein problem. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |