Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



PERL PERL , perl , how to learn perl , learn source code , programming in perl , Programming in PERL , PERL Codes.

PERL Thread, Learn PERL in Programming Languages; PERL -- Practical Extraction and Report Language Introduction to Perl Perl is an interpreted language optimized for scanning arbitrary text ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=58


Reply
 
 
Moderator

Reply With Quote
 
Join Date: Sep 2007
Posts: 992
13-09-2007, 07:05 AM
 

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
 
 
 
 
Junior Member

Reply With Quote
 
Join Date: May 2008
Posts: 19
10-05-2008, 02:19 AM
 
thanks
great work
 
 
 
 
Moderator

Reply With Quote
 
Join Date: Sep 2007
Posts: 992
03-07-2008, 01:11 AM
 
you're welcome
thanks for Passing
__________________
Think More before Write one Word
 
 
 
Reply

PERL Thread, Learn PERL in Programming Languages; PERL -- Practical Extraction and Report Language Introduction to Perl Perl is an interpreted language optimized for scanning arbitrary text ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=58


Bookmarks

Tags
learn, perl


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Learn arrabic letters SABRAWY Arabic 1 04-05-2009 07:35 PM
Learn Then Play 3.1 Developer Software and Programs 0 03-11-2008 08:39 PM
Learn to Backup and Restore Developer Articles 0 27-10-2008 09:30 PM
Learn Dreamweaver { Video } Developer Dreamweaver 6 22-07-2008 12:13 AM
Learn Arabic Language hamo81 Arabic 2 03-07-2008 02:51 AM