New to using sublime text 2 and I'm wondering how to get it to point to the activeperl.exe (on win7).
I'm testing out the compiler to make sure it works with something simple like:
$x = 1;
$print "$x";
But it gives me guff about how $x isn't a recognized syntax. I did point ST2 to my python executable, but I forgot which file in the labyrinth I was supposed to edit the path to.