Help for this page

Select Code to Download


  1. or download this
    use Digest::MD5;
    
    sub GetMD5Digest {
        return (&Digest::MD5::md5_hex($_[0]));
    } # GetMD5Digest
    
  2. or download this
    use Digest::MD5;
    
    ...
    
        return ($digest);
    } # GetMD5Digest