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