Posts: 62
Threads: 9
Joined: Oct 2009
Reputation:
0
What is perl exactly.
I know it is a scripting language.
But what is it used for.
Why use perl instead of python or C.
What are pros and cons of it.
Thanks for any help looking into languages.
Posts: 46
Threads: 7
Joined: Oct 2009
Reputation:
1
perl is interpreted so it cant be compiled, it is a high level language so its easier to code compared to other languages although there isn't as many functions as c++ (unless you download all the librbaries)
Posts: 62
Threads: 9
Joined: Oct 2009
Reputation:
0
What is the point...
Is it good for something specific?
Posts: 10
Threads: 1
Joined: Oct 2009
Reputation:
0
Well, there are advantages that come with interpreted languages, like the fact that it doesn't need to be compiled which will save a lot of time. After you finish writing it, you can immediately run it after to see how well it runs or to see any errors. It's a matter of choice. Now, over python, I'm not entirely sure about the advantages over Python.
Posts: 62
Threads: 9
Joined: Oct 2009
Reputation:
0
Omni ftw
He really is omnicient(all knowing)
Thanks for the help that's what I wanted to know
Posts: 18
Threads: 3
Joined: Oct 2009
Reputation:
0
Perl provides powerful text processing facilities without the arbitrary data length limits of many contemporary Unix tools, facilitating easy manipulation of text files. It is also used for graphics programming, system administration, network programming, applications that require database access and CGI programming on the Web.
Posts: 335
Threads: 34
Joined: Oct 2009
Reputation:
8
use the google search for more pearl..
note : it's not a easy language
:superman: