Post
Topic
Board Bitcoin Technical Support
Re: Private Key lost one character
by
j55rrt
on 15/04/2016, 05:58:29 UTC
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.

Quote
for i in `perl -e '$,=" ";
print +(A..Z),(a..z),(0..9)'`;