summaryrefslogtreecommitdiffhomepage
path: root/perl.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-10-09 09:21:03 -0700
committerAdam Bard <github@adambard.com>2013-10-09 09:21:03 -0700
commitdac3063ddf1781eeff8704f0b61d38a302b42db7 (patch)
treea3a3c419761608eb48397b71444f189e04866603 /perl.html.markdown
parent90461919cdd9672495b421c425510ff2f0a1e4c3 (diff)
parent925ded87809a5ae9f40a3c825324cb083eaba81e (diff)
Merge pull request #375 from xakon/master
[perl/en] Fix some links at Perl tutorial
Diffstat (limited to 'perl.html.markdown')
-rw-r--r--perl.html.markdown12
1 files changed, 5 insertions, 7 deletions
diff --git a/perl.html.markdown b/perl.html.markdown
index 18339dde..ad9155e4 100644
--- a/perl.html.markdown
+++ b/perl.html.markdown
@@ -131,19 +131,17 @@ 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.
#### Further Reading
- - [perl-tutorial](http://perl-tutorial.org/)
- - [Learn at www.perl.com](http://www.perl.org/learn.html)
- - [perldoc](http://perldoc.perl.org/)
- - and perl built-in : `perldoc perlintro`
+ - [perl-tutorial](http://perl-tutorial.org/)
+ - [Learn at www.perl.com](http://www.perl.org/learn.html)
+ - [perldoc](http://perldoc.perl.org/)
+ - and perl built-in : `perldoc perlintro`