Home

 

Home

Want to Learn PERL but don't know how?

     
  Before I go ahead and tell you where you can learn PERL, here is the set of audience to whom this page will be useful:
  1. Someone who knows at least one programming language
  2. Someone who knows how to download and load software
  3. Someone who knows how to type commands at the DOS prompt

Since a majority of us are Microsoft Windows savvy, I am going to write about learning PERL for Windows.

Steps Involved:

  • Download and Load ActivePerl
  • Go through the tutorial and Learn Perl
  • Ask specific Questions on a forum

Downloading PERL:

  1. Go to http://www.activestate.com/Products/ActivePerl/?_x=1
  2. Click on Download
  3. Download Windows Installer 2.0+ if you are using Windows 98 / ME and NT (not needed for XP) and install it.
  4. Choose your OS and the PERL Install file you want to download.
  5. Download and Install the PERL (usually in C:\PERL)
  6. Click on Start >> Run >> and type "command" and hit enter to open a DOS command shell
  7. Type CD\ at the Command prompt to go to C:\>
  8. Type CD PERL at the Command prompt to go to C:\PERL\>
  9. Type perl -v and hit enter at the DOS prompt
  10. If you get the jargon about the version of perl, then PERL has been loaded on your system successfully.
  11. Now Open Notepad and type print "Hello World"; (Don't forget the Semi-colon at the end)
  12. Save the file as hello.pl on C:\PERL> drive
  13. On the C:\PERL> prompt type perl hello.pl
  14. Woo Hoo!! you have officially written your first PERL script.
  15. Now go on to learn more. go through the tutorial whose link is given below.

PERL for Windows Tutorial:

  1. http://www.gossland.com/course/intro/vars.html (I learnt PERL in one day going through the tutorial here)

PERL Forums:

  1. http://www.experts-exchange.com/Programming/Programming_Languages/Perl/ The best place for asking questions!!

 

**************************************************************
For all other programming needs: Check out www.w3schools.com
**************************************************************

 
     

Home

 

Home

Hosted by www.Geocities.ws

1