Thread Array mit Datumswerten sortieren (13 answers)
Opened by MartinR at 2007-07-26 16:01

pq
 2007-07-26 20:49
#78923 #78923
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
[quote=PerlProfi,26.07.2007, 16:12]Wieso? Da wirds doch auch so gemacht:
Code: (dl )
map { $h{$_}++ == 0 ? $_ : () } @_;
[/quote]
Quote
The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
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 Array mit Datumswerten sortieren