-
-
03 Jan 2018 07:52:43 UTC
- Distribution: Proquint
- Module version: 0.003
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (638 / 0 / 11)
- Kwalitee
Bus factor: 1- 72.44% Coverage
- License: gpl_3
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (3.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Proquint - convert to and from proquint strings
VERSION
0.003 (2018-01-03)
SYNOPSIS
use Proquint ':all'; my $quint = uint32proquint(0xCF000001); # "lusab-babad" my $int = proquint32uint($quint); # 0xCF000001 my $quint2 = hex2proquint("dead1234beef"); # "tupot-damuh-ruroz" my $hex = proquint2hex($quint2); # "dead1234beef"
DESCRIPTION
Proquints are readable, spellable, and pronounceable identifiers. The Proquints module converts 32-bit integers and hexadecimal strings to and from proquints.
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2018 Mark Lawrence <nomad@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Module Install Instructions
To install Proquint, copy and paste the appropriate command in to your terminal.
cpanm Proquint
perl -MCPAN -e shell install Proquint
For more information on module installation, please visit the detailed CPAN module installation guide.