Where do I start?

Reply

Join Date: Oct 2006
Posts: 71
Reputation: mruane is an unknown quantity at this point 
Solved Threads: 1
mruane mruane is offline Offline
Junior Poster in Training

Where do I start?

 
0
  #1
Oct 21st, 2008
I just downloaded ActivePerl, hoping it was some kind of IDE for perl. I run windows XP service pack 3 on this box. My Linux Box has perl already installed, but I want to use perl on my windows box as well.
I know nothing about perl, so do I just write a .pl file and execute it somehow, or is there a compiler or IDE such as in C or Python?

Many thanks ahead of time,
mruane.
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 898
Reputation: KevinADC has a spectacular aura about KevinADC has a spectacular aura about 
Solved Threads: 67
KevinADC's Avatar
KevinADC KevinADC is offline Offline
Practically a Posting Shark

Re: Where do I start?

 
0
  #2
Oct 21st, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 164
Reputation: orko is an unknown quantity at this point 
Solved Threads: 10
orko orko is offline Offline
Junior Poster

Re: Where do I start?

 
0
  #3
Oct 22nd, 2008
If you want to start, I will recommend you to start with your linux box then move to your windows (as you already have a linux machine). Life will be a lot easier. There is an easyeclipse available for Perl and other scripting languages. You can find it here: http://www.easyeclipse.org/site/distributions/lamp.html
A Perfect World
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC