Help for this page

Select Code to Download


  1. or download this
    sub file2sha1 {
        my $file = $_[ 0 ];
    ...
        return $sha1->digest;
    }