Added 'Md5:' at the beginning of the answer.
parent
94ca947a56
commit
69c7c4ee09
|
@ -31,7 +31,7 @@ handle remainder => sub {
|
|||
else {
|
||||
$str = md5_hex (encode "utf8", $str);
|
||||
}
|
||||
return qq($str);
|
||||
return qq(Md5: $str);
|
||||
}
|
||||
return;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue