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]
/
l08.pl
blob
6e729b302e1117b172ddd1c99825ceb235f7db67
1
#!/usr/bin/perl -w
2
@jail
=(
"Юрий Есин
\n
"
,
"Игорь Филипов
\n
"
,
3
"Владимир Дерюжкин
\n
"
,
"Ильхам Зюлькорнеев
\n
"
);
4
print
"На свободу вышел "
.
pop
(
@jail
);
5
print
"Следующий на очереди "
.
$jail
[-
1
];