Thread XML::LibXML (DOM) Nodes sortieren (3 answers)
Opened by Johannes at 2004-08-19 03:01

Ishka
 2004-08-19 04:07
#49382 #49382
User since
2003-08-04
771 Artikel
HausmeisterIn
[Homepage] [default_avatar]
ich weiß zwar nicht, was du mit $#nodes = 19 if @nodes > 20; erreichen willst, aber sortieren kannst du mit
@array=sort {sortierbedingung} @array;

wobei die sortierbedingung -1, 0 oder 1 zurückgeben muß in Abhängigkeit davon, ob der Wert in $a oder in $b größer ist (und 0 bei Gleichheit)
sub z{if(@_){1while$x[$k=rand 10];t($t=$x[$k]=1)}print map"$z[$x[$_]]$_".($_%3?
"":"\n"),1..9}sub t{$j=0;$x[$_+1]==$t&&($j+=2**$_)for 0..8;z,die"Gewinner $z[$t]
"if grep$_==($j&$_),7,56,73,84,146,273,292,448;z,die"Gleichstand\n"if@x>9&&!grep
!$_,@x}@x=4;@z=qw{. [ (};z$^T&1;while(<>){next if$_>9||$x[$_];t$t=$x[$_]=2;z 1}

View full thread XML::LibXML (DOM) Nodes sortieren