Help for this page

Select Code to Download


  1. or download this
    C:\Perl\Tests>dir data.txt
     Volume in drive C has no label.
    ...
    regular 7.66/s      0%      --
    
    C:\Perl\Tests>
    
  2. or download this
    use PerlIO::via::MD5;
    use Digest::MD5 qw(md5_hex);
    ...
    
       md5_hex($data);
    }