We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f547430 commit b102941Copy full SHA for b102941
1 file changed
book/languages/perl/intro.md
@@ -8,7 +8,7 @@ complete, rather than beautiful-tiny, elegant, and minimal. Perl was written by
8
Perl is bundled with various Linux distros and other UNIX-like systems. You can install it on Windows (R).
9
10
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.
+development cycle compared to compiled languages, but it will never reach their efficiency.
12
13
Perl is written to be practical. This means that it's complete, easy to use and relatively efficient.
14
0 commit comments