The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perldoc::Parser::Kwid;

SYNOPSIS

# Convert kwid to html:
use Perldoc::Parser::Kwid;
use Perldoc::Emitter::HTML;

my $html = '';
my $receiver = Perldoc::Emitter::HTML->new->init(stringref => $html);
my $kwid_text = 'This is Kwid markup';
my $parser = Perldoc::Parser::Kwid->new(receiver => $receiver)
    ->init(string => $kwid_text);
$parser->parse;
print $html;

DESCRIPTION

Parse Kwid markup and fire events.

AUTHOR

Audrey Tang <autrijus@cpan.org> Ingy döt Net <ingy@cpan.org>

Audrey wrote the original code for this parser.

COPYRIGHT

Copyright (c) 2006. Ingy döt Net. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

1 POD Error

The following errors were encountered while parsing the POD:

Around line 234:

Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8