943,682 Members | Top Members by Rank

Ad:
  • Perl Discussion Thread
  • Unsolved
  • Views: 834
  • Perl RSS
Oct 21st, 2008
0

Where do I start?

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
mruane is offline Offline
76 posts
since Oct 2006
Oct 21st, 2008
0

Re: Where do I start?

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
KevinADC is offline Offline
898 posts
since Mar 2006
Oct 22nd, 2008
0

Re: Where do I start?

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
Reputation Points: 46
Solved Threads: 11
Junior Poster
orko is offline Offline
164 posts
since Apr 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Perl Forum Timeline: distance calculation for XYZ coordiantes
Next Thread in Perl Forum Timeline: explain this error





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC