fork download
  1. ($chars, @dict) = (join('', 'a'..'z'), qw(4 8 ( [) 3 |= 6 # 1 _/ |< |_ /\\/\\ /\\/ 0 |o 9 |2 5 7 |_| \\/ \\/\\/ >< `/ %));
  2. /[$chars]/ ? print $dict[index($chars, $_)] : print for split '', lc $ARGV[0];
Success #stdin #stdout 0s 4948KB
stdin
ae1234
stdout
Standard output is empty