diff options
author | Leon Brocard <acme@astray.com> | 2011-06-12 08:45:13 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2011-06-12 08:45:13 +0100 |
commit | 464a08e7ffded0873dfb1539fceae173c22a1090 (patch) | |
tree | 8d88cd28d2a01b889f2be07fc3bc8f3da6bd29db /pod/perlbook.pod | |
parent | 8978b4ac1f6bf2c1c69a99d1d1db68ebdfcac193 (diff) | |
download | perl-464a08e7ffded0873dfb1539fceae173c22a1090.tar.gz |
Fix some broken URLs found by Porting/checkURL.pl
Diffstat (limited to 'pod/perlbook.pod')
-rw-r--r-- | pod/perlbook.pod | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/pod/perlbook.pod b/pod/perlbook.pod index f780c9bb6a..8a90e4fbf2 100644 --- a/pod/perlbook.pod +++ b/pod/perlbook.pod @@ -105,7 +105,7 @@ You might want to keep these desktop references close by your keyboard: by James Lee ISBN 1-59059-391-X [3rd edition April 2010] - http://www.apress.com/book/view/1430227931 + http://www.apress.com/9781430227939 =item I<Learning Perl> @@ -142,7 +142,7 @@ You might want to keep these desktop references close by your keyboard: by Sam Tregar ISBN 1-59059-018-X [1st edition August 2002] - http://www.apress.com/book/view/159059018X + http://www.apress.com/9781590590188 =item I<The Perl Cookbook> @@ -162,7 +162,7 @@ You might want to keep these desktop references close by your keyboard: by Linchi Shea ISBN 1-59059-097-X [1st edition July 2003] - http://www.apress.com/book/view/159059097X + http://www.apress.com/9781590590973 =back @@ -241,7 +241,7 @@ You might want to keep these desktop references close by your keyboard: by Richard Foley with Andy Lester ISBN 1-59059-454-1 [1st edition July 2005] - http://www.apress.com/book/view/1590594541 + http://www.apress.com/9781590594544 =back @@ -251,8 +251,6 @@ Some of these books are available as free downloads. I<Higher-Order Perl>: http://hop.perl.plover.com/ -I<Writing Perl Modules for CPAN>: http://www.apress.com/resource/freeebook/9781590590188 - =head2 Other interesting, non-Perl books You might notice several familiar Perl concepts in this collection of |