1545577018
Data::Uniqid provides three simple routines for generating unique ids. These ids are coded with a Base62 systen to make them short and handy (e.g. to use it as part of a URL).
3 lines
176 B
Text
3 lines
176 B
Text
Data::Uniqid provides three simple routines for generating unique
|
|
ids. These ids are coded with a Base62 systen to make them short
|
|
and handy (e.g. to use it as part of a URL).
|