← Back to context Comment by librasteve 7 hours ago or raku -e 'say "etbjxntqrdke".comb.map({chr .ord + 1}).join' 3 comments librasteve Reply lizmat 5 hours ago orraku -e 'say "etbjxntqrdke".comb.map(*.succ).join' srejk 43 minutes ago This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke forinti 18 minutes ago That makes for a cool rot13: /a-z/n-za-m/
lizmat 5 hours ago orraku -e 'say "etbjxntqrdke".comb.map(*.succ).join' srejk 43 minutes ago This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke forinti 18 minutes ago That makes for a cool rot13: /a-z/n-za-m/
srejk 43 minutes ago This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke forinti 18 minutes ago That makes for a cool rot13: /a-z/n-za-m/
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/