summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristos Kontas <xakon@yahoo.com>2013-10-04 12:44:13 +0300
committerChristos Kontas <xakon@yahoo.com>2013-10-04 12:47:13 +0300
commit2c7fa291a34eb88380e9cf8c8e35a49e70114251 (patch)
tree15e50333c1983c86aef2d2017c357fe5dbbd8d8d
parent42a2263ab1b2d911f6865975e518da91a3b73e0b (diff)
[Perl] Remove some redundant spaces
-rw-r--r--perl.html.markdown4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl.html.markdown b/perl.html.markdown
index 18339dde..b04b76cd 100644
--- a/perl.html.markdown
+++ b/perl.html.markdown
@@ -131,13 +131,11 @@ sub logger {
# Now we can use the subroutine just as any other built-in function:
logger("We have a logger subroutine!");
-
-
```
#### Using Perl modules
-Perl modules provide a range of features to help you avoid reinventing the wheel, and can be downloaded from CPAN ( http://www.cpan.org/ ). A number of popular modules are included with the Perl distribution itself.
+Perl modules provide a range of features to help you avoid reinventing the wheel, and can be downloaded from CPAN (http://www.cpan.org/). A number of popular modules are included with the Perl distribution itself.
perlfaq contains questions and answers related to many common tasks, and often provides suggestions for good CPAN modules to use.