in reply to TMTOWTDI Puzzle: Generating a range of numbers
perl -e 'print "@{[ map{ ($/.=$_)=~s/././g } $^=~/./g ]}\n"' [download]