Thread CSV Vergleich (21 answers)
Opened by gnude at 2011-10-25 13:18

pq
 2011-11-07 11:54
#153975 #153975
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
pack mal klammern um das ganze if. and und or haben geringe priorität, so dass
foo() if $x and $y;
was anderes macht als
foo() if ($x and $y);
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 CSV Vergleich