Added 'Md5:' at the beginning of the answer.

master
gdrooid 2014-06-20 16:57:04 +02:00
parent 94ca947a56
commit 69c7c4ee09
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ handle remainder => sub {
else {
$str = md5_hex (encode "utf8", $str);
}
return qq($str);
return qq(Md5: $str);
}
return;
};