Scripting in Perl: Difference between revisions

From Wiki
Jump to navigation Jump to search
New page: Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl borrows features from other programming languages including C, shell scripting (sh), AWK, and sed.The...
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
go back to [[Main Page]], [[Computational Resources]], [[Scripts]]
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl borrows features from other programming languages including C, shell scripting (sh), AWK, and sed.The language provides powerful text processing facilities without the arbitrary data length limits of many contemporary Unix tools,facilitating easy manipulation of text files.
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl borrows features from other programming languages including C, shell scripting (sh), AWK, and sed.The language provides powerful text processing facilities without the arbitrary data length limits of many contemporary Unix tools,facilitating easy manipulation of text files.
== Perl Guides ==
There is a Perl Guide in the bookcase, number 21.

Latest revision as of 12:56, 9 February 2010

go back to Main Page, Computational Resources, Scripts


Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl borrows features from other programming languages including C, shell scripting (sh), AWK, and sed.The language provides powerful text processing facilities without the arbitrary data length limits of many contemporary Unix tools,facilitating easy manipulation of text files.

Perl Guides[edit]

There is a Perl Guide in the bookcase, number 21.