summaryrefslogtreecommitdiffhomepage
path: root/perl.html.markdown
diff options
context:
space:
mode:
authorKorjavin Ivan <korjavin@gmail.com>2013-08-13 20:39:25 +0600
committerKorjavin Ivan <korjavin@gmail.com>2013-08-13 20:39:25 +0600
commit90b79ea04a242f6b5bbb6dae3b41c0d5b2b4aea9 (patch)
tree4aee22524393d2e340a1de08442b2b8c2be94b87 /perl.html.markdown
parentb61eba73fbb5ab8283e4cff337affe15bda35a2d (diff)
md fix
Diffstat (limited to 'perl.html.markdown')
-rw-r--r--perl.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.html.markdown b/perl.html.markdown
index 7e0b1183..fec4ce05 100644
--- a/perl.html.markdown
+++ b/perl.html.markdown
@@ -112,9 +112,9 @@ $a =~ s/foo/bar/g; # replaces ALL INSTANCES of foo with bar in $a
#### 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.
+perlfaq contains questions and answers related to many common tasks, and often provides suggestions for good CPAN modules to use.
#### Further Reading