Thread Mehrere reguläre Ausdrücke finden
(12 answers)
Opened by Stephan at 2005-02-28 17:22
[quote=Crian,28.02.2005, 17:44]ja stimmt, dann so[/quote]
wieso denn? edit: anstatt while (my ($tag) = $line =~ /<OrderPosAd(.*?)>/g) { while ($line =~ /<OrderPosAd(.*?)>/g) { my $tag = $1;\n\n <!--EDIT|pq|1109622294--> 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 |