Skip to content

Commit 72033c1

Browse files
committed
Slightly update perl.pod's "DESCRIPTION"
1 parent a8ebcfe commit 72033c1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pod/perl.pod

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,15 @@ often point out exactly where the trouble is.
263263
Perl officially stands for Practical Extraction and Report Language,
264264
except when it doesn't.
265265

266-
Perl is a language optimized for scanning arbitrary
266+
Perl was originally a language optimized for scanning arbitrary
267267
text files, extracting information from those text files, and printing
268-
reports based on that information. It's also a good language for many
269-
system management tasks. The language is intended to be practical
270-
(easy to use, efficient, complete) rather than beautiful (tiny,
271-
elegant, minimal).
268+
reports based on that information. It quickly became a good language
269+
for many system management tasks. Over the years, Perl has grown into
270+
a general-purpose progammming language. It's widely used for everything
271+
from quick "one-liners" to full-scale application development.
272+
273+
The language is intended to be practical (easy to use, efficient,
274+
complete) rather than beautiful (tiny, elegant, minimal).
272275

273276
Perl combines (in the author's opinion, anyway) some of the best
274277
features of C, B<sed>, B<awk>, and B<sh>, so people familiar with

0 commit comments

Comments
 (0)