- or download this
L<PerlMonks|http://www.perlmonks.org/>
- or download this
C:\STRAWB~1\perl\bin/pod2html.bat: ../test.pod: cannot resolve L<PerlM
+onks|http://www.perlmonks.org/> in paragraph 6.
- or download this
# some L<>'s that shouldn't be:
# a) full-blown URL's are emitted as-is
...
#link text in $1, scheme in $2, everything else in $3
return sprintf '<a href="%s://%s">%s</a>', $2, $3, html_escape($1)
+;
}
- or download this
=over 1
...
asdfghjk
=back
- or download this
=over 1
...
sdfsfgsdh
=back
- or download this
if ($text =~ /\A(.+)\Z/s ){ # should have text
emit_item_tag( $otext, $text, 1 );
...
# write the definition term and close <dt> tag
print HTML "</dt>\n";
}
- or download this
if ($text =~ /\A(.+)\Z/s ){ # should have text
emit_item_tag( $otext, $text, 1 );
...
# write the definition term and close <dt> tag
print HTML "</dt>\n";