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 |
|
#1
| |||
| |||
| This is the first time I have read about Perl. What do IT people use it for? can anybody tell me what are it's uses? Is it like Java also? |
|
#2
| |||
| |||
| 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 |
|
#3
| |||
| |||
| 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 |
| what is perl? | inder | Perl | 2 | 01-07-2009 09:17 PM |
| How to set Perl Interpreter within perl script | sivaramakrishnan | Perl | 1 | 07-19-2007 05:45 AM |
| Perl Code from PHP | sivaramakrishnan | PHP Programming | 1 | 07-16-2007 10:15 AM |
| When would you not use Perl for a project? | vadivelanvaidyanathan | Perl | 0 | 07-15-2007 06:24 PM |
| Perl interpreter | vadivelanvaidyanathan | Perl | 0 | 07-15-2007 06:21 PM |
Our Partners |