Help for this page

Select Code to Download


  1. or download this
    my @also = sort {$a->[0] <=> $b->[0]} @points;
    for my $i (reverse 0 .. $#points) {
        splice @also, $i, 1 if $points[$i] ne $also[$i];
    }
    
  2. or download this
    my $frame = 10;
    my @buffer;
    ...
        }
    }
    print @$_ for @buffer