repo.or.cz
/
perlbook.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git]
/
l51.pl
blob
ffac8a23648e2c1e45742b0b42678826798fc068
1
#!/usr/bin/perl
2
3
use
warnings
;
4
use
strict
;
5
6
require
coolstuff
;
7
8
&
coolstuff
::
coolfunkshun
;
9
&
coolstuff
::
anotherfunkshun
;