repo.or.cz
/
pugs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git]
/
examples
/
japh
/
list_fun2.pl
blob
e405130ba5f8c25397ca075340ff0a52c5037400
1
use
v6
;
2
# based loosely on http://www.perlmonks.org/?node_id=199499
3
# domm@zsi.at
4
5
my
$a
=<
j
1
t
3
l c
> >>~<< <
u a h P
5
k
>
6
>>~<< <
s n e e h e
> >>~<< <
t o r r a r
>
7
;
$a
~~
s
:
g
/\s//;$a~~s:g/
\d
/ /
;
$a
.
say
;
8