Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/self/root/usr/share/doc/perl-Math-Base36/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/share/doc/perl-Math-Base36/README
NAME
    Math::Base36 - Encoding and decoding of base36 strings

SYNOPSIS
      use Math::Base36 ':all';

      $b36 = encode_base36( $number, $padlength );
      $number = decode_base36( $b36 );

DESCRIPTION
    This module converts to and from Base36 numbers (0..9 - A..Z)

    It was created because of an article/challenge in "The Perl Review"

METHODS
  encode_base36( $number, [$padlength] )
    Accepts a unsigned int and returns a Base36 string representation of the
    number. optionally zero-padded to $padlength.

  decode_base36( $b36 )
    Accepts a base36 string and returns a Base10 string representation of
    the number.

AUTHOR
    Rune Henssel <perl@henssel.dk>

MAINTAINER
    Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE
    Copyright 2002 by Rune Henssel

    Copyright 2007-2015 by Brian Cassidy

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.


Hry