File: ppi2html.pod

package info (click to toggle)
libppi-html-perl 1.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 1,630; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (6)
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
=pod

=head1 NAME

ppi2html - generate syntax-hightlighted HTML for Perl using PPI

=head1 SYNOPSIS

B<ppi2html> I<input-file> [I<output-file>]

=head1 DESCRIPTION

Generate syntax-hightlighted HTML for Perl using PPI.

I<input-file>

Specifies the file to read the perl code from.

I<output-file>

Specifies the output file for the generated HTML. If none is given it appends '.html' to the input-file.

=head1 AUTHOR

This manpage was written by Florian Ragwitz E<lt>rafl@debian.orgE<gt> for the Debian GNU/Linux distribution, but may be used by others under the same terms as perl.

=cut