md5sum.pl - output the md5sum of a file.
perl md5sum.pl [filename]
This program will generate an MD5sum of a file and display it. Although this trivial task is generally performed by the md5sum builtin on many systems, not all platforms (Windows!) have this. In that case using this script is a nice alternative.
Hey! The above document had some coding errors, which are explained below:
'=end' without a target?