Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        return Digest::MD5->new()->add($contents)->hexdigest
          if defined( $contents = <$fh> );
    }