Help for this page

Select Code to Download


  1. or download this
    {
        my @nums = (0..9,'a'..'z','A'..'Z');
    ...
            return $number;
        }
    }
    
  2. or download this
    my $UniqueID = to_base( 62, $$ ) . to_base( 62, time );
    
  3. or download this
    print to_base( 16, 28 );
    
  4. or download this
    sub GenerateBase
    {
    ...
           sub { fr_base( $base, $_[0] ) },
        );
    }