Acme-Web-PodDisplay
view release on metacpan or search on metacpan
=item *
L<Acme::Web::PodDisplay::Deeper/html>
=item *
L<The "html" subsection|Acme::Web::PodDisplay::Deeper/html>
=item *
L<load_components|Class::C3::Componentised/load_components( @comps )>
=item *
L<Class::C3::Componentised/load_components( @comps )>
=back
Multi-brackets:
=over
=item *
C<$a E<lt>=E<gt> $b>
=item *
C<< $a <=> $b >>
=item *
C<<< $a <=> $b >>>
=item *
C<<<< $a <=> $b >>>>
=item *
C<< $a E<lt>=E<gt> $b >>
=item *
C<<< open(X, ">>thing.dat") || die $! >>>
=item *
C<< $foo->bar(); >>
=back
=head1 BEGIN FORMATS
=head2 HTML
=begin html
<hr>
<img src="http://st.pimg.net/perlweb/images/icons/camel.v7265f46.png">
<p>This is a raw HTML paragraph. Here's a <a href="http://www.perl.org/">link</a>.</p>
<table>
<tr>
<th>Header</th>
<th>Thingy</th>
</tr>
<tr>
<td>Item 1</td>
<td>Cell 1b</td>
</tr>
<tr>
<td>Item 2</td>
<td>Cell 2b</td>
</tr>
</table>
=end html
=for html <p>For block example, with <b>bold text</b></p>
=head2 Text
=begin text
This is simple text. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Here's some indented text. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+-----------------+--------------+
| Crappy line art | Wheeeee..... |
+-----------------+--------------+
<p>HTML or no?</p>
=end text
=for text For block example, with *bold text*
=head2 Comment
=for comment NINJA! I'm invisible!
=for comment INVIS FOR BLOCK!
=head1 ENCODINGS
This document is a UTF-8 doc with an C<=encoding> tag. This line drawing should look a bit better than ASCII art:
Input âââ¬ââ InThingy ââââââââââââââ Output + OutThingy
âââ InThingy + Foobar âââ¬ââ Output + OutThingy
â âââ Output + OutThingy
âââ InThingy + Foobar âââ¬ââ Output + OutThingy
âââ InThingy ââââââââââââ
( run in 2.933 seconds using v1.01-cache-2.11-cpan-df04353d9ac )