Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl -w
    
    use strict;
    ...
        print "bucket $n: ",
              join(' ', @{$bucket{$n}}), "\n";
    }
    
  2. or download this
    bucket 0: a b c d e f g h i
    bucket 1: j k l m n o p q r
    bucket 2: s t u v w x y z