For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > December 2006 > Re: beginner on the windows platform









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: beginner on the windows platform
Paul Lalli

2006-12-19, 8:00 am

Isaac Vanderpuije wrote:
> i just installed the activeperl and dont know where to edit my source code
> (is it notepad? ) and where to run it.


There is no default IDE for Perl. You can use any text editor. Use
notepad if you wish. I recommend EditPlus, found at
http://www.editplus.com. Then when you've written your code, save it
to the hard drive. Open a command window (Start->Run-> cmd) and
navigate to the directory in which you saved your file. Then type the
name of the file. If ActiveState set up your file associations
correctly, your program will run. If not, type `perl ` followed by
your file name.

Paul Lalli

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com