Hacker News new | ask | show | jobs
by librasteve 20 days ago
or

  raku -e 'say "etbjxntqrdke".comb.map({chr .ord + 1}).join'
1 comments

or

raku -e 'say "etbjxntqrdke".comb.map(*.succ).join'

This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke
That makes for a cool rot13: /a-z/n-za-m/
raku -pe 'tr/a..z/b..za/' <<< etbjxntqrdke