Run the CPAN Client, you can type it into the search field after pressing Start/Windows button. Or run cmd.exe and type cpan, hit enter.
From the cpan prompt, type
install POE
if there's one failed test(which I got), you can type
notest install POE
then type exit, and hit Enter.
Everything should work fine after that so long as you input the right -c and -f arguments.
I did as u said & also went to site & downloaded DhJeDmFV.txt & rename it to miner_connect.pl
& put the file in C:\strawberry\perl\bin folder. Then created batch file with this & ran it & got this error.
perl miner_connect.pl -c "C:\Users\Administrator\Desktop\poclbm_py2exe_20110428\poclbm.exe -d0 -v
-w128 -f10 --host=deepbit.net --port=8332 --user=username --pass=paswword --device=0"
-f "C:\Users\Administrator\Desktop\poclbm_py2exe_20110428\poclbm.exe -d0 -v -w128 -f1 --
host=mining.bitcoin.cz --port=8332 --user=username --pass=password" --stream
Can't locate POE.pm in @INC (@INC contains: C:/strawberry/perl/site/lib C:/straw
berry/perl/vendor/lib C:/strawberry/perl/lib .) at miner_connect.pl line 10.
BEGIN failed--compilation aborted at miner_connect.pl line 10.
username & password, i changed here for security.
what is the problem?
How to solve it?