Help for this page

Select Code to Download


  1. or download this
    use List::Util qw[ max ];
    
    ...
        return join ',', map join( '', map $characters[ $_ / 64 ] . $chara
    +cters[ $_ % 64 ], map $_ / $max * 4095, split /,/ ), split /\|/, $_[ 
    +0 ];
        }
    
  2. or download this
    sub encoding {
        my ( $string ) = @_;
    ...
        return $string;
        }