How do I run programs with Strawberry Perl?
A coworker is trying to use ack (a Perl program) on his Windows machine, having tried it under Linux and decided he definitely wants to use it. He managed to get Strawberry Perl installed on his machine, but can't seem to figure out what to do to make ack run with it from a command prompt. He tried editing the #! line, but I knew that wouldn't work. I'm pretty sure Strawberry perl is in his PATH. What do you need to do to run a general Perl program in your PATH on Windows using Strawberry? Update: I'm seeing some information online about the PATHEXT variable, but not enough. First, be careful