Thread sort ??? (7 answers)
Opened by frodus at 2004-01-26 19:33

pq
 2004-01-27 02:09
#79562 #79562
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[E|B
,26.01.2004, 21:11]du kannst "sort" nicht einfach sagen, wie es zu sortieren hat.

oh, und wie man das kann. du kannst z.b. auch so sortieren:
 @result = sort {(-1..1)[rand 3]} @a;
wobei das eine wirklich ineffiziente methode ist, ein array zu mischen.
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 sort ???