GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pod::WikiDoc::Parser(3) User Contributed Perl Documentation Pod::WikiDoc::Parser(3)

Pod::WikiDoc::Parser - precompiled recursive descent parser for Pod::WikiDoc

version 0.21

    use Pod::WikiDoc::Parser;

    my $parser = Pod::WikiDoc::Parser->new();

    my $tree = $parser->WikiDoc( $text );

Pod::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.

This 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:
  • type: the parser rule that generated the hash
  • content: either a reference to another AoH or a string of text
  • level: (only for "Header" type hashes) the level of the header

See Pod::WikiDoc for details of the markup.

David A Golden <dagolden@cpan.org>

This software is Copyright (c) 2017 by David A Golden.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2017-05-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.