nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

perl scripting

This is a discussion on perl scripting within the Coding in General forums, part of the Development/Scripting category; Hi , I am new to perl scripting ,and I want to do some system administrator task using perl. I ...


Go Back   nixCraft Linux Forum > Development/Scripting > Coding in General

Linux answers from nixCraft.


Coding in General Discussion on PHP/Perl/Python/Ruby/GNU C or C++. MySQL, PgSQL and (X)HTML or any other programming languages you want.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2008, 03:20 AM
Member
User
 
Join Date: Jan 2008
OS: Debian/Redhat
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pansarevai is on a distinguished road
Default perl scripting

Hi ,

I am new to perl scripting ,and I want to do some system administrator task using perl. I have gone through many documents of perl scripting on net.All are giving details about variable and loop structure.Can anybody help me to get more details about system programing in perl.So that I can build small script for system administration task such as running some commands in perl script.

Regards,
Vaibbhav
Reply With Quote
  #2 (permalink)  
Old 17-03-2008, 11:00 AM
agn agn is offline
Member
User
 
Join Date: Feb 2008
OS: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
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
  #3 (permalink)  
Old 17-03-2008, 05:34 PM
Member
User
 
Join Date: Jan 2008
OS: Debian/Redhat
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pansarevai is on a distinguished road
Default

Thnx for reply, I download the pdf and checking it.
Thnx a lot.
Regards,
Vaibhav
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Learning Shell Scripting ricc Shell scripting 5 02-04-2009 03:11 PM
new to scripting poone1 Shell scripting 0 15-01-2008 01:19 AM
need help on shell scripting rahul_sayz Shell scripting 1 08-12-2007 10:37 AM
new scripting problem, cat | foreach cybergurra Shell scripting 5 16-03-2007 07:00 PM
scripting ganes Shell scripting 2 06-09-2005 12:04 PM


All times are GMT +5.5. The time now is 08:07 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38