I'm using perl in window, and encounter an error as below. Do i have to define the variables like i='(A..Z)' ??
C:\Strawberry\perl\test>perl test.pl
Missing $ on loop variable at test.pl line 1.
for i in `perl -e '$,=" ";
print +(A..Z),(a..z),(0..9)'`;
"for i in something; do something; done" is not perl. It's bash, and I don't think you get that in stock windows boxes even today. Install cygwin and try there.