Help for this page

Select Code to Download


  1. or download this
    my @values = (10,40,30,14,50,29,59,20,59,20,10,1,3,5,2,4);
    
    ...
        my @items = $bucket->items();
        print $bucket->level(), ": @items\n";
    }
    
  2. or download this
    286: 4 2 5 3 1 10 20 59 20 59 29 50 14 10
    70: 30 40
    
  3. or download this
    286: 4 2 5 3 1 10 20 59 20 59 29 50 14 10
    70: 30 40