Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of tmtvl

tmtvl

tmtvl has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

my @list = (' ', qw(a c e h j k l n o p r s t u));
my @nums = qw(5 14 12 13 0 1 8 9 13 4 3 11 0 10 3 11 7 0 4 1 2 6 3 11);
print join '', @list[@nums];

tmtvl answers