Algorithm/Huffman version 0.01 ============================== SYNOPSIS use Algorithm::Huffman; my $huff = Algorithm::Huffman->new(\%char_counting); my $encode_hash = $huff->encode_hash; INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Heap Heap::Fibonacci Heap::Elem Tree::DAG_Node # Modules for the test script Test::More Test::ManyParams Test::Exception Data::Dumper COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2002 Janek Schleicher This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.