index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-045
/
ruben-westerberg
/
perl
/
ch-2.pl
blob: a4473a387845c60418a2d38273673db3646f315f (
plain
)
1
2
3
4
5
#!/usr/bin/env perl
use
strict
;
use
warnings
;
open
my
$f
,
"<"
,
$0
;
print
$_
for
(
<$f>
);