![]() |
![]()
| ![]() |
![]()
NAMEPod::WikiDoc::Parser - precompiled recursive descent parser for Pod::WikiDocVERSIONversion 0.21SYNOPSISuse Pod::WikiDoc::Parser; my $parser = Pod::WikiDoc::Parser->new(); my $tree = $parser->WikiDoc( $text ); DESCRIPTIONPod::WikiDoc::Parser is a precompiled Parse::RecDescent parser for use with Pod::WikiDoc.A copy of the Parse::RecDescent grammar used is appended to the Pod::WikiDoc::Parser source and this Pod file for reference or reuse by others. USAGEThis module is a support module for Pod::WikiDoc and is not intended for general use. Given a string containing WikiDoc markup text, the parser produces a data structure representing the parsed content. The data structure returned is an array of references to hashes. Keys in the hash are:
See Pod::WikiDoc for details of the markup. AUTHORDavid A Golden <dagolden@cpan.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2017 by David A Golden.This is free software, licensed under: The Apache License, Version 2.0, January 2004
|