Thread Regulärer Ausdruck, Leerzeichen am Anfang (11 answers)
Opened by cirruswolke at 2010-03-01 21:40

pq
 2010-03-01 21:57
#133837 #133837
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
3
if(s/^ +total/total/){
  $description = $_;
}

so?
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Regulärer Ausdruck, Leerzeichen am Anfang