GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
komentare
[mirrors/Programs.git]
/
perl
/
input.pl
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
Digest
::
MD5
;
5
my
$in
= <>;
6
chop
(
$in
);
7
print
Digest
::
MD5
->
md5_hex
(
$in
).
"
\n
"
;
8
This page took
0.465313 seconds
and
4
git commands to generate.