=head1 NAME
名前
Pod::Html - podファイルをHTMLに変換するためのモジュール
Pod::Html - module to convert pod files to HTML
=head1 SYNOPSIS
概要
use Pod::Html;
pod2html([options]);
=head1 DESCRIPTION
説明
pod形式(L参照)から
HTML形式に変換する.
目次とクロスリファレンスは自動生成され, クロスリファレンスできる項目の
キャッシュを保持します.
Converts files from pod format (see L) to HTML format. It
can automatically generate indexes and cross-references, and it keeps
a cache of things it knows how to cross-reference.
=head1 ARGUMENTS
引数
Pod::Htmlは次の引数をとります:
Pod::Html takes the following arguments:
=over 4
=item backlink
--backlink="Back to Top"
``Topに戻る''リンクをすべての head1 見出しの前に加えます(
最初のところは除きます).
デフォルトではbacklinkは生成されません.
Adds "Back to Top" links in front of every C heading (except for
the first). By default, no backlinks are generated.
=item cachedir
--cachedir=name
アイテムとディレクトリのキャッシュを指定したディレクトリに作成する.
Creates the item and directory caches in the given directory.
=item css
--css=stylesheet
カスケードスタイルシートのURLを指定します.
またデフォルトでは出力されるすべての HTML/CSS style 属性を
(衝突をさけるために)無効化します.
Specify the URL of a cascading style sheet. Also disables all HTML/CSS
C