Thread XML::Twig und regexp in twig_handlers
(4 answers)
Opened by shi8dao at 2011-04-27 14:48
schreib mal '/result/target/tag\d' (also single statt double quotes). sonst versucht perl das "\d" sofort zu interpretieren, genauso wie \n oder \t z.b.
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 |