-
-
05 May 2022 20:46:54 UTC
- Distribution: Quiq
- Module version: 1.202
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (16 / 0 / 5)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.16.0
- Activity
24 month- Tools
- Download (1.48MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Frank Seitz
- Dependencies
- DBD::SQLite
- DBI
- DB_File
- Data::Printer
- Excel::Writer::XLSX
- Expect
- File::Rsync
- Filesys::SmbClient
- GD
- HTML::Tree
- HTTP::Request
- Image::Size
- JSON
- LWP::UserAgent
- Mojolicious::Plugin
- Net::SSH::Perl
- Pod::WSDL
- SOAP::Transport::HTTP
- Time::Zone
- WWW::Mechanize
- XML::LibXML
- XML::Twig
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Quiq::Digest - Erzeuge Digest
BASE CLASS
METHODS
Klassenmethoden
md5() - MD5 Digest
Synopsis
$md5 = $class->md5(@data);
Arguments
Returns
32 Zeichen Hex-String.
Description
Erzeuge einen MD5 Message Digest für die Daten @data und liefere diesen als 32 Zeichen langen Hex-String zurück.
VERSION
1.202
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2022 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Quiq, copy and paste the appropriate command in to your terminal.
cpanm Quiq
perl -MCPAN -e shell install Quiq
For more information on module installation, please visit the detailed CPAN module installation guide.