|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: TMTOWTDI Puzzle: Generating a range of numbersby Anonymous Monk |
| on Dec 19, 2001 at 21:29 UTC ( #133181=note: print w/ replies, xml ) | Need Help?? |
|
perl -e 'foreach (a..j) { print index(" abcdefghij",$_) . "\n"; }'
In Section
Meditations
|
|
||||||||||||||||||||