Help for this page

Select Code to Download


  1. or download this
    sub build_huffman_tree {
       my $input=shift;
    ...
       }
       return wantarray ? @list : $list[0];
    }