This is a discussion on Perl? within the Perl forums, part of the Software Development category; This is the first time I have read about Perl. What do IT people use it for? can anybody tell ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Perl, sometimes referred to as Practical Extraction and Reporting Language,which can be used for a large vairety of task like system adminstration webdevleopoment,network prgramming,GUI development Perl is an interpreted language not complied language, Thus, the execution of a Perl script tends to use more CPU time than a corresponding C program, for instance. On the other hand, computers tend to get faster and faster, and writing something in Perl instead of C tends to save your time. Thanks Ragav |
| |||
| General Introduction about Perl: Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features include support for multiple programming paradigms (procedural, object-oriented, and functional styles), automatic memory management, built-in support for text processing, and a large collection of third-party modules. Perl is procedural in nature, with variables, expressions, assignment statements, brace-delimited code blocks, control structures, and subroutines. Most Common Uses of Perl: 1. Guestbook 2. Counters 3. Feedback forms 4. Custom homepages 5. Login and passwords 6. Message boards and many more.. Perl Vs. Java: Clear comparison can be found in the below mentioned site link. Python vs. Perl vs. Java vs. C++ Runtimes
__________________ G.A.P |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting started with PERL | Murali | Perl | 3 | 10-04-2008 11:37 PM |
| what is perl? | inder | Perl | 2 | 09-25-2008 05:10 AM |
| Perl its - strengths | JSureshkumar | Perl | 4 | 03-12-2008 02:59 AM |
| How to create Tar using perl? | raj | Perl | 1 | 07-27-2007 03:20 AM |
| How to set Perl Interpreter within perl script | sivaramakrishnan | Perl | 1 | 07-19-2007 06:45 AM |