Question:
What is a perl script?
Yahoo !
2008-07-14 18:10:14 UTC
What is a perl script?
Four answers:
TK "Snobol" Erlang
2008-07-17 09:19:56 UTC
A perl script is a file containing a number of commands, written in the Perl language, that accomplish a specific task.



Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp. Perl was widely adopted because it provides powerful text processing facilities without arbitrary data length limits, as were present in many Unix tools at the time (from Wikipedia).



Initially designed as a glue language for Unix, Perl has long since spread to most other operating systems. Because it runs nearly everywhere, Perl is one of the most portable programming environments available today (From Programming Perl, 3rd Edition)



My favorite Perl Quote:



Perl code looks like line noise...
2008-07-14 18:13:36 UTC
A script written in perl. Perl is a interpreted language used mostly for stuff on servers. It's sometimes called the "duct tape of the internet".
martinthurn
2008-07-15 04:52:43 UTC
For silly historical reasons, a computer PROGRAM written in the Perl language is called a "script".
alan
2008-07-14 18:20:26 UTC
Haha, well said. If you can execute well planned PHP (or ruby or python or whatever), you shouldn't need it.


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