in reply to TMTOWTDI Puzzle: Generating a range of numbers

If it is human to err, this is a very human approach:
for ("a".."j") { eval "c("; $@ =~ /\d+/; print "$&\n"; }
  • Comment on Re (tilly) 1 (err): TMTOWTDI Puzzle: Generating a range of numbers
  • Download Code