RE: Running Perl on PC

2005-10-17 Thread Ryan Frantz
> -Original Message- > From: Brian Volk [mailto:[EMAIL PROTECTED] > Sent: Monday, October 17, 2005 3:51 PM > To: [EMAIL PROTECTED]; beginners@perl.org > Subject: RE: Running Perl on PC > > > > -Original Message- > From: [EMAIL PROTECTED] [m

RE: Running Perl on PC

2005-10-17 Thread Brian Volk
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 2:21 PM To: beginners@perl.org Subject: Running Perl on PC Hello I learned Perl on a Unix System and I would like to use perl on a PC. Do I need to install active perl? What are the ste

RE: Running Perl on PC

2005-10-17 Thread Timothy Johnson
ActivePerl from ActiveState is the best way to go in my opinion. You can install it with a quick MSI and it will automatically associate the Perl (.pl, .plx, etc) extensions with Perl. It also comes with a nice package manager, PPM, that lets you quickly find precompiled modules for Windows. --

RE: Running Perl on PC

2005-10-17 Thread Gomez, Juan
Hi Well first of all if your PC has WinXp you need to download active perl But the most important is that there are some difference between both perl's I would recommend you google a bit to see some tutorial just to get the correct sintaxis Or to buy a book "perl by example" has both Win and Unix