H:\banshee\perl>perl -v This is perl, v5.10.1 (*) built for MSWin32-x86-multi-thread H:\banshee\perl>perl -le "print for 0..101" 0 1 . . . 99 100 101