| | |
Where do I start?
![]() |
•
•
Join Date: Oct 2006
Posts: 71
Reputation:
Solved Threads: 1
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.
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.
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.
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.
•
•
Join Date: Apr 2006
Posts: 164
Reputation:
Solved Threads: 10
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
![]() |
Similar Threads
- As a newbie, where i should start from in linux? (Getting Started and Choosing a Distro)
- How can i get Quick Launch on start Bar in Windows-NT(workstation) (Windows NT / 2000 / XP)
- where to start with perl? (Perl)
- Start up Menu problems (Windows NT / 2000 / XP)
- mysql start up problem (MySQL)
- IE 6 start page getting changed to about:blank (Web Browsers)
Other Threads in the Perl Forum
- Previous Thread: distance calculation for XYZ coordiantes
- Next Thread: how to run perl -cgi scripts
| Thread Tools | Search this Thread |





