planetscape's Journal
http://use.perl.org/~planetscape/journal/
planetscape's use Perl Journalen-ususe Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.2012-01-25T02:38:37+00:00pudgepudge@perl.orgTechnologyhourly11970-01-01T00:00+00:00planetscape's Journalhttp://use.perl.org/images/topics/useperl.gif
http://use.perl.org/~planetscape/journal/
Learning about Parse::RecDescent
http://use.perl.org/~planetscape/journal/29115?from=rss
<p>For a current project, I have made it my goal to learn as much as possible about Parse::RecDescent. To that end, I have gathered as many resources as I could find. Perhaps others will find them as useful as I have.
</p><ul> <li>Resources
<ul> <li>Web
<ul> <li> <a href="http://www.steve.gb.com/perl/lesson18.html">~ Steve's Place - Perl Tutorial - Lesson 18 - Parsing
</a>
</li><li>CPAN
<ul> <li> <a href="http://search.cpan.org/~dconway/Parse-RecDescent-1.94/lib/Parse/RecDescent.pod">~ POD
</a>
</li><li> <a href="http://search.cpan.org/~tbone/Parse-RecDescent-FAQ-3.94/FAQ.pm">~ FAQ
</a>
</li><li> <a href="http://search.cpan.org/src/DCONWAY/Parse-RecDescent-1.94/tutorial/tutorial.html">~ Tutorial
</a>
</li></ul></li><li> <a href="http://www.perl.com/lpt/a/2001/06/13/recdecent.html">~ Parse::RecDescent Tutorial
</a>
</li><li> <a href="http://www.perlmonks.org/index.pl?node_id=480254">~ Phil Crow
</a>
<ul> <li> <a href="http://www.perl.com/lpt/a/2003/08/07/design2.html">~ Perl Design Patterns, Part 2
</a>
</li><li> <a href="http://www.perlmonks.org/index.pl?node_id=493429">~ Re: Pretty Print Dumper for Hash of Array
</a>
<ul> <li> <a href="http://search.cpan.org/~philcrow/Data-HTMLDumper-0.08/HTMLDumper.pm">~ Data::HTMLDumper
</a>
</li><li> <a href="http://search.cpan.org/~philcrow/Data-HTMLDumper-0.08/HTMLDumper/Output.pm">~ Data::HTMLDumper::Output
</a>
</li></ul></li></ul></li><li> <a href="http://www.perlmonks.org/index.pl?node_id=9073">~ merlyn
</a><ul> <li> <a href="http://www.stonehenge.com/merlyn/PerlJournal/col10.html">~ Perl Journal Column 10 (Mar 2004) - A Better Data::Dumper
</a>
</li><li> <a href="http://www.stonehenge.com/merlyn/UnixReview/col40.html">~ Parsing Interesting Things
</a>
</li><li> <a href="http://www.stonehenge.com/merlyn/LinuxMag/col29.html">~ Safe Undumping
</a>
<ul> <li> <a href="http://www.perlmonks.org/index.pl?node_id=92509">~ Undumper
</a>
</li></ul></li><li> <a href="http://www.stonehenge.com/merlyn/LinuxMag/col04.html">~ Writing Randomly
</a>
</li><li> <a href="http://www.stonehenge.com/merlyn/LinuxMag/col57.html">~ Creating an Inline language
</a>
</li></ul></li><li>IBM
<ul> <li> <a href="http://www-128.ibm.com/developerworks/linux/library/l-perl-parsing/">~ Parsing with Perl modules
</a>
</li><li> <a href="http://www-128.ibm.com/developerworks/linux/library/l-perl-speak.html">~ Writing Perl programs that speak English
</a>
</li></ul></li><li> <a href="http://www.perlmonks.org/">~ PerlMonks
</a>
<ul> <li> <a href="http://www.perlmonks.org?node_id=180778">~ Random Tips on Parse::RecDescent
</a>
</li></ul></li><li> <a href="http://egparser.sourceforge.net/">~ The Making of Entrez Gene parsers in Perl using Parse::RecDescent, Parse::Yapp, Perl-byacc and Regex
</a>
</li></ul></li><li>Books/PDFs
<ul> <li> <a href="http://www.oreilly.com/catalog/advperl2/">~ Advanced Perl Programming, 2nd Ed
</a><ul> <li> 2.1 Parse::RecDescent Grammars
</li></ul></li><li> <a href="http://www.oreilly.com/catalog/maperl/">~ Mastering Algorithms with Perl</a>
</li><li> <a href="http://www.manning.com/books/cross">~ Data Munging with Perl (eBook)
</a>
</li><li> <a href="http://www.bi.fraunhofer.de/publications/report/0094/Text.pdf">~ Using Parse::RecDescent
</a>
</li></ul></li></ul></li><li>Related Modules
<ul> <li> <a href="http://search.cpan.org/author/LBROCARD/GraphViz-2.02/lib/GraphViz/Parse/RecDescent.pm">~ GraphViz::Parse::RecDescent</a>
</li></ul></li></ul>planetscape2006-03-27T14:02:25+00:00journal