Now, get me
a
b
c
..
..
z
| rookie | perl -e 'foreach (97..122){print chr($_),"\n";}' |
| practitioner | perl -le 'foreach (97..122){print chr($_);}' |
| expert | perl -le 'foreach ('a'..'z'){ print }' |
| master | perl -le 'print foreach 'a'..'z';' |
Hard-to-find tips on otherwise easy-to-do tasks involving everyday technology, with some advanced insight on history and culture thrown in. Brought to you by a master dabbler. T-S T-S's mission is to boost your competitiveness with every visit. This blog is committed to the elimination of the rat from the tree of evolution and the crust of the earth.
| rookie | perl -e 'foreach (97..122){print chr($_),"\n";}' |
| practitioner | perl -le 'foreach (97..122){print chr($_);}' |
| expert | perl -le 'foreach ('a'..'z'){ print }' |
| master | perl -le 'print foreach 'a'..'z';' |
No comments:
Post a Comment