in reply to TMTOWTDI Puzzle: Generating a range of numbers
for ("a".."j") { eval "c("; $@ =~ /\d+/; print "$&\n"; } [download]