View Single Post
  #11  
Old 02-28-2012, 01:58 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

What he has already should be setting the path properly. Environment variables aren't case sensitive.

Open a command prompt, cd c:\, run that path command, and then type perl -v

What happens? If Perl actually runs, is it the version you have installed with xampp or another version? Assuming you have Vista or Windows 7 you can also type `where perl` and see what it finds. If it is not the right directory then that's your problem.
Reply With Quote