Egypt Forums  
 
Register FAQ Competitions Members List Calendar Search Today's Posts Mark Forums Read
Go Back   Egypt Forums > Programming , WebDesign & Development > Programming Languages > PERL

Reply
 
Thread Tools Display Modes
Old 13-09-2007, 07:05 AM   #1
hamo81
Administrator
 
hamo81's Avatar
 
Join Date: Sep 2007
Posts: 955
Thanks: 0
Thanked 3 Times in 3 Posts
Post

Learn PERL



PERL -- Practical Extraction and Report Language

Introduction to Perl
Perl is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). It combines (in the author's opinion, anyway) some of the best features of C, sed, awk, and sh, so people familiar with those languages should have little difficulty with it. (Language historians will also note some vestiges of csh, Pascal, and even BASIC-PLUS.) Expression syntax corresponds quite closely to C expression syntax. Unlike most Unix utilities, perl does not arbitrarily limit the size of your data -- if you've got the memory, perl can slurp in your whole file as a single string. Recursion is of unlimited depth. And the hash tables used by associative arrays grow as necessary to prevent degraded performance. Perl uses sophisticated pattern matching techniques to scan large amounts of data very quickly. Although optimized for scanning text, perl can also deal with binary data, and can make dbm files look like associative arrays (where dbm is available). Setuid perl scripts are safer than C programs through a dataflow tracing mechanism which prevents many stupid security holes. If you have a problem that would ordinarily use sed or awk or sh, but it exceeds their capabilities or must run a little faster, and you don't want to write the silly thing in C, then perl may be for you. There are also translators to turn your sed and awk scripts into perl scripts. OK, enough hype

see Also This link to learn more
http://www-cgi.cs.cmu.edu/cgi-bin/perl-man
hamo81 is offline   Reply With Quote
Old 10-05-2008, 01:19 AM   #2
eng_moh
Junior Member
 
eng_moh's Avatar
 
Join Date: May 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default


thanks
great work
eng_moh is offline   Reply With Quote
Old 03-07-2008, 12:11 AM   #3
hamo81
Administrator
 
hamo81's Avatar
 
Join Date: Sep 2007
Posts: 955
Thanks: 0
Thanked 3 Times in 3 Posts
Default


you're welcome
thanks for Passing
__________________
Think More before Write one Word
hamo81 is offline   Reply With Quote
Reply

Bookmarks


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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Learn Arabic Language hamo81 Arabic 2 03-07-2008 01:51 AM
Learn arrabic letters SABRAWY Arabic 0 30-09-2007 11:22 PM

All times are GMT +1. The time now is 10:24 AM.
Copyright Egypt.com 1996 -2008
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.