in reply to Re^3: Ignore a range of numbers ina List
in thread Ignore a range of numbers ina List

Maybe other Monks can do that for their code also?

Well, I have exposed why the OPs code failed, how to fix that, then steered towards a more perlish solution via something like Laurent_Rs solution (first one) arriving at tybalt89s version (with some decoration resembling the OP). Just trying to explain things a bit...

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^4: Ignore a range of numbers in a List