Help for this page

Select Code to Download


  1. or download this
    #! c:\\Perl\\bin\\Perl.exe
    
    ...
    $md5_hex = Digest::MD5->new->addfile(FILE)->hexdigest;
    close(FILE);
    print "MD5: " . $md5_hex . "\n";