Thread perl einzeiler (12 answers)
Opened by micneu at 2011-11-02 13:57

pq
 2011-11-03 13:13
#153802 #153802
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
    if (@arr) {
print $arr[-3]
} if $_ =~ /.*\..*@/


Code: (dl )
1
2
3
if ($x) {
...
} if $y;


das geht so nicht.

wenn du zwei if-bedingungen hast, musst du sie schon zusammenpacken.
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 perl einzeiler