NAME
Perl6::Pod::FormattingCode::C - Contained text is code
SYNOPSIS
=para
Use C<=config> for this or C<< $i > 4 >>;
DESCRIPTION
The C<>
formatting code specifies that the contained text is code; that is, something that might appear in a program or specification. Such content would typically be rendered in a fixed-width font (preferably a different font from that used for the T<>
or K<>
formatting codes) or with <samp>...</samp> tags. The contents of a C<>
code are space-preserved and verbatim. The C<>
code is the inline equivalent of the =code block.
To include other formatting codes in a C<>
code, you can lexically reconfigure it:
=begin para
=config C<> :allow<E I>
Perl 6 makes extensive use of the C<E<laquo>> and C<E<raquo>>
characters, for example, in a hash look-up:
C<%hashI<E<laquo>>keyI<E<raquo>>>
=end para
To enable entities in every C<...>
put a =config C<>
> :allowC<E>
at the top of the document
Exported :
docbook
<code></code>
html
<code></code>
SEE ALSO
http://zag.ru/perl6-pod/S26.html, Perldoc Pod to HTML converter: http://zag.ru/perl6-pod/, Perl6::Pod::Lib
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2012 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.