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


For active perl install
Active perl does most of the instalation don't worry


 


Armando Gomez Guajardo 
Process Engineer
Work Ph   956 547 6438 
Beeper956 768 4070

-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 steps to running perl on a
PC?

Thanks,
Andrew


--
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED] 



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




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.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 17, 2005 12: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 steps to running perl on a
PC?

Thanks,
Andrew



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




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 steps to running perl on a PC?

Thanks,
Andrew


-- 
Well this is how I do it... 

Install ActivePerl

http://www.activestate.com/Products/ActivePerl/

I use PerlEdit for the editor... Which work just fine, however after the 30
day trial you will lose the ability to debug and run your scripts from the
editor. I would recommend running/debugging them from the command prompt
anyway, so no big deal.

http://www.indigostar.com/perledit.html

Let me know if you have any questions.

BTW:  your probably familiar w/ cpan> to install your modules.  To do this
w/ ActivePerl, just open a command prompt and type "ppm".  Perl Package
Manager.  

Hope this Helps.

Brian 






-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




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] [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 steps to running perl on a
PC?
> 
> Thanks,
> Andrew
> 
> 
> --
> Well this is how I do it...
> 
> Install ActivePerl
> 
> http://www.activestate.com/Products/ActivePerl/
> 
> I use PerlEdit for the editor... 

If you're used to 'vi' on *NIX, download gvim for Windows (v. 6.4 just
came out).  It provides pretty much all the features available in vim
for UNIX.

NOTE:  I'm not trying to start an editor-of-choice war on the list, just
trying to help in transitioning from *NIX to Windows.

ry

Which work just fine, however after the
> 30
> day trial you will lose the ability to debug and run your scripts from
the
> editor. I would recommend running/debugging them from the command
prompt
> anyway, so no big deal.
> 
> http://www.indigostar.com/perledit.html
> 
> Let me know if you have any questions.
> 
> BTW:  your probably familiar w/ cpan> to install your modules.  To do
this
> w/ ActivePerl, just open a command prompt and type "ppm".  Perl
Package
> Manager.
> 
> Hope this Helps.
> 
> Brian
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>