Activeperl is perl, it is the compiler. The biggest difference, I guess, is that Windows does not use the shebang line to find perl.
You open a text editor and write some perl code and save it to your hard drive. To run it open a DOS windows and at the DOS prompt:
c:\>perl nameofscript.pl
assumes perl is in the command path which I think Activeperl does by default. You may need to add the path to the file if its not in the current directory.
You can download a free perl IDE for windows:
www.perl-express.com
That way you can write perl code and run it directly in the IDE which does make life easier.
Last edited by KevinADC; Oct 21st, 2008 at 11:27 pm.
Reputation Points: 246
Solved Threads: 67
Practically a Posting Shark
Offline 898 posts
since Mar 2006