"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...
RHANDOM/Net-Server-2.009 - 10 Aug 2017 21:13:01 UTC - Search in distributionImplements JSON Web Token (JWT) - <https://tools.ietf.org/html/rfc7519>. The implementation covers not only JSON Web Signature (JWS) - <https://tools.ietf.org/html/rfc7515>, but also JSON Web Encryption (JWE) - <https://tools.ietf.org/html/rfc7516>. ...
MIK/Crypt-JWT-0.029 - 22 Jun 2020 13:13:53 UTC - Search in distribution- Crypt::KeyWrap - Key management/wrapping algorithms defined in RFC7518 (JWA)
Perl modules providing a cryptography based on LibTomCrypt <https://github.com/libtom/libtomcrypt> library. * Symmetric ciphers - see Crypt::Cipher and related modules Crypt::Cipher::AES, Crypt::Cipher::Anubis, Crypt::Cipher::Blowfish, Crypt::Cipher:...
MIK/CryptX-0.069 - 25 Aug 2020 07:12:43 UTC - Search in distributionMIKO/SQL-YASP-0.12 - 02 Jan 2015 07:58:56 UTC - Search in distribution
- SQL::YASP - SQL parser and evaluater
XDO ("extensible document objects") is a tool for creating simple static web sites. Full documentation for XDO is in the official web site <http://www.idocs.com/xdo/>. This POD documentation focuses on the internals of Web::XDO....
MIKO/Web-XDO-0.11 - 02 Dec 2013 23:39:12 UTC - Search in distribution- Web::XDO - static web site tool
Date::EzDate was motivated by the simple fact that I hate dealing with date and time calculations, so I put all of them into a single easy-to-use object. The main idea of EzDate is that the object represents a specific date and time. A variety of pro...
MIKO/Date-EzDate-1.16 - 04 Jan 2015 23:16:25 UTC - Search in distribution- Date::EzDate - Date and time manipulation made easy
More info about SRP protocol: * <http://srp.stanford.edu/design.html> * <https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol> * <https://tools.ietf.org/html/rfc2945> * <https://tools.ietf.org/html/rfc5054> This module implements SRP version...
MIK/Crypt-SRP-0.018 - 14 Jul 2017 17:47:29 UTC - Search in distributionThis is purely a copy of Crypt::JWT module with the key exception that it uses the JSON::PP module instead of the JSON::XS one. The reason why is due to some incompatibility with some version of ModPerl. Under this edge case, even if one passes an ha...
JDEGUEST/Net-API-REST-v0.5.9 - 13 Jun 2020 07:56:16 UTC - Search in distributionLog::QnD is for creating quickly creating log files without a lot of setup. All you have to do is create a Log::QnD object with a file path. The returned object is a hashref into which you can save any data you want, including data nested in arrays a...
MIKO/Log-QnD-0.17 - 10 Aug 2014 01:54:57 UTC - Search in distribution- Log::QnD - Quick and dirty logging system
This module sorts text files by lines (or records). Comparisons are based on one or more sort keys extracted from each line of input, and are performed lexicographically. By default, if keys are not given, sort regards each input line as a single fie...
CNANDOR/File-Sort-1.01 - 23 Jan 2002 05:12:37 UTC - Search in distributionThis module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see p...
RJBS/Email-Valid-1.202 - 26 Sep 2016 02:10:23 UTC - Search in distributionJSON::Relaxed is a lightweight parser and serializer for an extension of JSON called Relaxed JSON (RJSON). The intent of RJSON is to provide a format that is more human-readable and human-editable than JSON. Most notably, RJSON allows the use of Java...
MIKO/JSON-Relaxed-0.05 - 30 Apr 2016 18:37:10 UTC - Search in distribution- JSON::Relaxed - An extension of JSON that allows for better human-readability.
This module adds a few enhancements to CGI::Safe <http://search.cpan.org/~ovid/CGI-Safe/lib/CGI/Safe.pm>, which itself adds a few security-based enancements to CGI.pm <http://perldoc.perl.org/CGI.html>. The enhancement are almost entirely additions -...
MIKO/CGI-Plus-0.15 - 05 Jan 2015 01:11:46 UTC - Search in distribution- CGI::Plus - Extra utilities for CGI
File::Misc provides a variety of utilities for working with files. These utilities provides tools for reading in, writing out to, and getting information about files....
MIKO/File-Misc-0.10 - 08 Sep 2016 00:52:10 UTC - Search in distribution- File::Misc - handy file tools
Unix::Mgt provides simple object-oriented tools for managing your Unixish system. Currently this module provides tools for managing users and groups. Other tools may follow as they evolve. Unix::Mgt does not directly manipulate any of the system file...
MIKO/Unix-Mgt-0.14 - 14 Nov 2015 02:34:01 UTC - Search in distribution- Unix::Mgt - lightweight Unix management tools
"Debug::ShowStuff" grew dynamically from my needs in debugging code. I found myself doing the same tasks over and over... displaying the keys and values in a hash, displaying the elements in an array, displaying the output of STDERR in a web page, et...
MIKO/Debug-ShowStuff-1.16 - 20 Mar 2013 00:18:31 UTC - Search in distribution- Debug::ShowStuff - A collection of handy debugging routines for displaying the values of variables with a minimum of coding.
- Debug::ShowStuff::ShowVar - shortcuts for Debug::ShowStuff
- Debug::ShowStuff::ShowVar - shortcuts for Debug::ShowStuff
MIKO/Test-Toolbox-0.4 - 26 Aug 2016 05:52:53 UTC - Search in distribution
- Test::Toolbox - tools for testing
String::Util provides a collection of small, handy functions for processing strings in various ways....
BAKERSCOT/String-Util-1.31 - 27 Jul 2020 17:29:51 UTC - Search in distributionTie::Locked allows you to create hashes in which the values of the hash cannot be easily changed. If an element that does not exist is referenced then the code croaks. Tie::Locked is useful for situations where you want to make sure your code doesn't...
MIKO/Tie-Locked-1.1 - 26 Apr 2014 01:56:51 UTC - Search in distribution- Tie::Locked - lock hashes so that they cannot be easily changed