Thread Auf value mit Platzhalter prüfen
(8 answers)
Opened by bianca at 2011-11-05 13:17
das ist doch nicht so schwer...
Code (perl): (dl
)
1 2 # ungetestet my $max = 'foo' . max( map { /^foo(\d+)$/ ? $1 : () } keys %test ); falls es etwas komplexer wird, kannst du dann auch reduce() verwenden. 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 |