Question:
what is PERL PROGRAMMING LANGUAGE....WHAT is usage of this language...is it web based...or staldalone ....?
Deepak
2012-07-07 04:26:44 UTC
what is PERL PROGRAMMING LANGUAGE....WHAT is usage of this language...is it web based...or staldalone ....?
Four answers:
Vin
2012-07-07 17:59:34 UTC
perl has been called the Swiss army knife of scripting languages. also the duct tape that holds the Internet together. it's flexibility and potential usefulness flows parallel with the programmers abilities. a brand new programmer can start using it to some degree within minutes. a very experienced programmer can make perl wash their car and take out the trash (not really but almost.)



It is great for strings (text) such as web apps. it is also used in many linux system scripts. it is a just in time compiled language meaning that one don't normally compile an exe file like some languages such as c++. so the machine running the script must have perl installed in order to run.



Although it is possible to create a sort of standalone exe's.



perl can be ran on just about any OS if one is determined enough. one can obtain ready to go installers online for windows, mac, linux and others.



one other thing about perl. it tends to bring out a lot of know-it-alls and s'not heads. the ones that spend as much time insulting as it would to answer. but i don't think that is included as a core module of perl. i believe that module must be installed separately "ppm install Knowit-All"
Imrankhan
2012-07-07 06:10:06 UTC
Perl is mainly used in text processing used both in web programming as well as offline programs also.Mainly used for lot of string processing.
Judy
2012-07-07 07:53:40 UTC
Did you do ANY research yourself before posting?



Wikipedia has a decent article re PERL.
rtfm
2012-07-07 04:29:59 UTC
Do you really not know how to search for something via Google?



http://www.perl.org/



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



http://www.cpan.org/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...