in reply to How to get activestate running
For a default install the executables end up in c:\Perl\bin so you should be able to:
~~>c:\Perl\bin\perl.exe -e "print 'Hello World'" Hello World ~~> [download]