Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
Digest::base(3perl)    Perl Programmers Reference Guide    Digest::base(3perl)

NAME
       Digest::base - Digest base class

SYNOPSIS
         package Digest::Foo;
         use base 'Digest::base';

DESCRIPTION
       The "Digest::base" class provide implementations of the methods
       "addfile" and "add_bits" in terms of "add", and of the methods
       "hexdigest" and "b64digest" in terms of "digest".

       Digest implementations might want to inherit from this class to get
       this implementations of the alternative add and digest methods.  A
       minimal subclass needs to implement the following methods by itself:

           new
           clone
           add
           digest

       The arguments and expected behaviour of these methods are described in
       Digest.

SEE ALSO
       Digest

perl v5.20.2                      2014-12-27               Digest::base(3perl)

Czas wygenerowania: 0.00050 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl