Thread: perl scripting
View Single Post

  #2 (permalink)  
Old 03-17-2008, 12:00 PM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power: 1
agn is on a distinguished road
Default

If you plan to do anything in Perl, its necessary that you learn the syntax first. Once you know the basic syntax you can easily write your own scripts for your tasks. Get 'Learning Perl' by Randal Schwartz or type

Code:
$ perldoc perlintro
The above command will give you a brief perl tutorial. `man perl` for more details. There're many more books like 'Impatient Perl' (Impatient Perl Official Home Page) which will get you started quickly if you know any another C-like programming language.
Reply With Quote