[svn:perlfaq] r8322 - perlfaq/trunk
[email protected] Wed, 29 Nov 2006 14:57:47 -0800 (PST)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Wed Nov 29 14:57:46 2006 New Revision: 8322 Modified: perlfaq/trunk/perlfaq1.pod Log: *Is Perl difficult to learn? - Perl modules aren't a new feature, so I'll get rid of "new". Modified: perlfaq/trunk/perlfaq1.pod ============================================================================== --- perlfaq/trunk/perlfaq1.pod (original) +++ perlfaq/trunk/perlfaq1.pod Wed Nov 29 14:57:46 2006 @@ -157,7 +157,7 @@ Ponie stands for "Perl On the New Internal Engine", started by Arthur Bergman from Fotango in 2003, and subsequently run as a project of The Perl Foundation. It was abandoned in 2006 -http://www.nntp.perl.org/group/perl.ponie.dev/487 . +(http://www.nntp.perl.org/group/perl.ponie.dev/487). Instead of using the current Perl internals, Ponie aimed to create a new one that would provide a translation path from Perl 5 to Perl 6 @@ -220,7 +220,7 @@ of programming experience, an understanding of regular expressions, and the ability to understand other people's code. If there's something you need to do, then it's probably already been done, and a working example is -usually available for free. Don't forget the new perl modules, either. +usually available for free. Don't forget Perl modules, either. They're discussed in Part 3 of this FAQ, along with CPAN, which is discussed in Part 2.