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.
|