Help for this page

Select Code to Download


  1. or download this
    my $string      = '/h/plkr/3/www.plkr.org/rss.pl';
    
  2. or download this
    my $string      = '/h/plkr/3/426933';
    
  3. or download this
    my $token_counts = {
        '/' => 10000,
    ...
    
    my $huff_encoded = $huff->encode($string);
    my $printable = encode_base64($huff_encoded);