repo.or.cz
/
horrid.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Боже мой
[horrid.git]
/
some-perl
blob
77876e2c9133772b89b0c5ef16cd08015173fd16
1
#! /usr/bin/env perl
2
3
use
strict
;
4
use
warnings
;
5
6
while
(<>) {
7
print
"$..
$_
"
;
8
}