in reply to Can't update file
if ( $md5row = $md5chksum ) {
That's an assignment in there (=) whereas what you probably want is a comparison (==).
Addendum: warnings would have alerted you to that.