Perl Programming Materials?

A Member? Please Login  
type your username and password to login
Date: September 08, 2008, 06:08 PM
237614 members and 137347 Topics
Latest Member: ingrita
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Perl Programming Materials?
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Perl Programming Materials?  (Read 460 views)
DivineOke (f)
Perl Programming Materials?
« on: August 02, 2006, 10:17 AM »

Hi folks,

Please can somebody tell me where i can get good material either to download or read on perl programming language?  I'D really love a site where i can download an e-book for free on it.

Thanks y'all
sbucareer (f)
Re: Perl Programming Material
« #1 on: August 02, 2006, 10:54 AM »


To learn Perl, you must be comfortable with Unix OS (Operating System). Unix defaultly comes with perl, shell and python compilers. If you want to work on window platform, you will need to download binary for Win32 API.

The best environment to learn Perl is Unix. Once you have any Unix flavor, you do not need to download or install any software. You simply start using your emac (Text editor for Unix) to write your perl code.

After you've entered and saved the program make sure the file is executable by using the command

chmod u+x progname

at the UNIX prompt, where progname is the filename of the program. Now to run the program just type any of the following at the prompt.
perl progname
./progname
progname

If something goes wrong then you may get error messages, or you may get nothing. You can always run the program with warnings using the command

perl -w progname

at the prompt. This will display warnings and other (hopefully) helpful messages before it tries to execute the program. To run the program with a debugger use the command
perl -d progname

Here is example of perl program.

#!/usr/local/bin/perl
#
# Program to do the obvious
#
print 'Hello world.';      # Print a message


Save the program as directed above and run. For good books on Perl vist amazon

sbucareer (f)
Re: Perl Programming Material
« #2 on: August 02, 2006, 11:02 AM »


Mind you Perl is very easy to learn. It will take you at most two days to learn Perl. Look at the API. very small and it points to only one location i.e.

#!/usr/local/bin/perl

This is called the shebang! Must be included in any Perl script. Don't expect any help with learning Perl. It is a very easy script language. It could be used by Unix administrator to automate tasks and could be used as a CGI (Common Gateway Interface) for web application development. Then off-course powerful script like PHP has taken over perl in web application development.

Perl could be used for software integration and bridge between application configuration scripts.
DivineOke (f)
Re: Perl Programming Material
« #3 on: August 03, 2006, 12:49 PM »

sbucareer,

thanx. av downloaded d program. actually its one of my courses on scripting.
tmine
Re: Perl Programming Material
« #4 on: August 04, 2006, 12:53 PM »

hi,
well i happen to have some books on perl but don't know how to use them since i don't know anything on programming but i wish to know soon.i own "learning perl" and "advance programming perl".i read it but it seems very odd to me.if u want i could sell them to you.just call me on 08025616793.my name is tope.
Zahymaka (m)
Re: Perl Programming Material
« #5 on: August 05, 2006, 03:39 AM »

Just a thought -- PERL is the best language when it comes to writing regular expressions [regexp]. Just a thought for those waiting on the lines and refusing to jump on.
 Oracle Training  Software Programming Write  Php Installation Help  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.