Skip to content

Commit b102941

Browse files
Update intro.md
1 parent f547430 commit b102941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/languages/perl/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ complete, rather than beautiful-tiny, elegant, and minimal. Perl was written by
88
Perl is bundled with various Linux distros and other UNIX-like systems. You can install it on Windows (R).
99

1010
Perl is interpreted. This can be either an advantage or disadvantage, depending on your needs. For example, Perl has a short
11-
development cycle compared to compiled languages, but it will never reach their efficency.
11+
development cycle compared to compiled languages, but it will never reach their efficiency.
1212

1313
Perl is written to be practical. This means that it's complete, easy to use and relatively efficient.
1414

0 commit comments

Comments
 (0)