Help for this page

Select Code to Download


  1. or download this
    sub huff1 {
        my ( $string, $codes) = @_;
    ...
        }
        return $ret;
    }
    
  2. or download this
    sub dehuff1 {
        my ( $string, $code) = @_;
    ...
        }
        return $ret;
    }