Jump to content
xisto Community
scan06disk

What Is Perl ? For A Layman Like Me !

Recommended Posts

hi,i was wondering what perl was i downloaded Activeperl thinking it is some thing like a CMS lol but.... well u know what is it what can you do with it, i really want to know why it is soo famous ? hehethxScan

Share this post


Link to post
Share on other sites

In layman's terms perl is a programming language based off of C, shell, Lisp and a few other things. It is mostly used for OS program, network operations and some website development (mostly cgi). Here are a fe wlinks to help you get a better understanding of what perl is

 

https://en.wikipedia.org/wiki/Perl

https://www.perl.org/

http://www.cs.cmu.edu/cgi-bin/perl-man

Share this post


Link to post
Share on other sites

Perl's a really famous language because it's easy to do stuff with it. Most of the languages that tend to have similar capabilities have to be compiled - you have to write it, make a program, and then run the program. With perl, you can just write the program in a script and tell an actual program called perl to run it. - Saves time.Generally speaking, it's faster to write a running program in perl once you know the language. It may not run really fast, but it's good for everyday tasks.And I think I'll let wikipedia explain the rest. :unsure:

Share this post


Link to post
Share on other sites

hi,i was wondering what perl was i downloaded Activeperl thinking it is some thing like a CMS lol but.... well u know what is it what can you do with it, i really want to know why it is soo famous ? hehe

thx
Scan


Perhaps the answer is a little tardy, but here is my share anyway.

Perl is an (or another) interpretative language that gets lots of things done in a short time for many reasons.

One of the features, not necessary an advantage for some, is that the commands are very succinct: type very little, get a lot done. For those of you who know what APL is, you know what I mean. However, the real reason behind Perl's efficiency can be attributed to the extensive libraries. They are so rich in Perl, and so practical, that you can make a program to access the Internet in a matter of minutes, calculate moon phases, or satellite locations for GPS applications at any moment or place, do automated file manipulations or archives, schedule jobs, etc. One of the problems of today's windows for the good old DOS users is to write simple scripts like in Unix. Perl can handle that easily. Best of all, Perl is free, always free, so are the libraries, so are the updates.

No need to pay for new versions or upgrades every year or else your program will stop operating properly! That, I think is worth something!

Share this post


Link to post
Share on other sites

THen if Perl is that awesome, why isnt it as popular as php, java or .net?? All this time, I had though perl was sort of like an unpopular or old server side scripting language, but I guess not, thanks for sharing this info.

Share this post


Link to post
Share on other sites

I think Perl is something more like C or Basic and PHP etc.It's a program language, not only used to make a dymatic website but also can make much more applications such as science comput.It's too hard to a non-professional to learn.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.