June 2002
Beginner
759 pages
80h 42m
English
add
add(data, ...)
Appends data to the message for
which you calculate the digest. add returns the Digest object itself.
For example:
open(FILE, ...) or ...
while (<FILE>) {
$md5->add($_);
} close(FILE);