Has anyone ran into problems with Windows PowerShell and Perl?
I am running ActiveState's 5.10, build 1002, on Win XP SP2, with PS 1.0 installed. When I run the command
perl -e "$_ = 1"
I get the following message:
syntax error at -e line 1, near "="
Execution of -e aborted due to compilation errors.