NAME
PXF::Util - Utilities for PlackX::Framework
SYNOPSIS
use PXF::Util;
PXF::Uil::md5_ubase64($string);
...
EXPORTS
None.
FUNCTIONS
- md5_urlbase64($string)
-
Returns the md5 of $string in base64, replacing url-unsafe characters with safe ones.
- md5_urlshort($string, $len)
-
Returns a shortened url-safe base64 md5 of $string.
- minisleep(seconds)
-
Sleep for a fractional number of seconds.
META
For copyright and license, see PlackX::Framework.