1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
=head1 NAME
B<print> [-n] I<file>
=head1 DESCRIPTION
=Z<>head1 introduces a 1st level heading.
B<print> sends I<file> to a printer.
B<bold>, I<italic>, zeZ<>ro, B<bold, I<bold italic>, bold> normal.
S<Non-breaking space>, C<0>.
C<code>, B<bold C<code>>, F<file>, X<index>
E<lt>, E<gt>, E<sol>, E<verbar>, E<65>, E<Agrave>
B<E<lt>, E<gt>, E<sol>, E<verbar>, E<65>, E<Agrave>>
I<B<E<lt>, E<gt>, E<sol>, E<verbar>, E<65>, E<Agrave>>>
E<copy> E<deg> E<divide> E<frac12> E<micro> E<middot> E<not> E<reg> E<times>
C<< $a <=> $b >>,
C<<< $a <=> $b >>>
C<< B<<< $foo->bar >>> >>,
I< C<< B<<< $foo->bar >>> >> >,
An C<<<< L<page/section> >>>> markup.
C<<< $a << $b >>>,
B< C<<< $a >> $b >>> >;
see L<C<< (?>pattern) >>>.
see L<No backtracking|/(?E<gt>pattern)>.
C<B<I<<< Italic Bold Code >>>>>
|