コンテンツにスキップ

Plain Old Documentation

出典: フリー百科事典『ウィキペディア(Wikipedia)』

Plain Old DocumentationPODPerl 

[]


POD 



HTML  TeX







perlpod PODPODPODPerl使 Programming Perl PerlPOD MOD Mark Jason Dominus  Higher-Order Perl 使

[]


POD  Perl 使Perl  Perl Perl.com  Perl  WebParrot使

PODperldoc 使manHTML

 POD  .pod POD  Perl 使 .pl  .pm Perl  POD 

POD[]


 POD 
POD文書ソース HTML変換結果[1]
=head1 名前

podsample - POD文書のサンプル

=head1 概要

    $here->isa(Piece::Of::Code);
    print <<"END";
    このインデントされたブロックはフォーマットされた
    コードか指示のため、走査されずに、スペースは保持
    されるでしょう。
    END

=head1 記述

これは標準テキストです。これはB<ボールド>、I<イタリック>、
C<$リテラルコード>のテキスト書式を
内部に含んでいます。

=head2 例の一覧

=over 4

=item * これは正丸リストです。

=item * ここに別口があります。

=back

=begin html

<img src="Example.png" align="right" alt="範例" />
<p>
    ここに、何らかの埋め込まれたHTMLがあります。
    このブロックでは、画像を入れたり、
    <span style="color: green">スタイル</span>を
    適用するか、HTMLで記述しています。PODパーサは
    HTML出力中にそれを完全に無視することはありません。
</p>

=end html

=head1 参照

L<perlpod>, L<perldoc>, L<Pod::Parser>.

=head1 著作権

Copyright 2005 J. Random Hacker <jrh@cpan.org>.

Permission is granted to copy, distribute and/or modify this 
document under the terms of the GNU Free Documentation 
License, Version 1.2 or any later version published by the 
Free Software Foundation; with no Invariant Sections, with 
no Front-Cover Texts, and with no Back-Cover Texts.

=cut
  • ActivePerl 5.8.8に最初からインストールされている構文解析器のpod2htmlでは、U<アンダーライン>、C<$コード> には対応していません。
  • 変換ツールによってHTML変換の結果は変わってきます。




podsample - POD






    $here->isa(Piece::Of::Code);
    print <<"END";
    
    
    
    END
















 HTML     HTMLPOD  HTML






perlpod, perldoc, the Pod::Parser manpage.






Copyright 2005 J. Random Hacker <jrh@cpan.org>.

Permission is granted to copy, distribute and/or modify this  document under the terms of the GNU Free Documentation  License, Version 1.2 or any later version published by the  Free Software Foundation; with no Invariant Sections, with  no Front-Cover Texts, and with no Back-Cover Texts.
<h1><span id="name">名前</span></h1>
<p>podsample - POD文書のサンプル</p>
<p>
</p>
<hr />
<h1><span id="synopsis">概要</span></h1>
<pre>
    $here->isa(Piece::Of::Code);
    print <<"END";
    このインデントされたブロックはフォーマットされた
    コードか指示のため、走査されずに、スペースは保持
    されるでしょう。
    END</pre>
<p>
</p>
<hr />
<h1><span id="description">記述</span></h1>
<p>これは標準テキストです。これは<strong>ボールド</strong>、
<em>イタリック</em>、<ins>アンダーライン</ins>、<code>リテラルコード</code>の
テキスト書式を内部に含んでいます。</p>
<p>
</p>
<h2><span id="an_example_list">例の一覧</span></h2>
<ul>
<li><strong><span id="item_this_is_a_bulleted_list_2e">これは正丸リストです。</span></strong>

<li><strong><span id="item_here_27s_another_item_2e">ここに別口があります。</span></strong>

</ul>
[[ファイル:Example.png|範例|right|thumb]]
<p>
    ここに、何らかの埋め込まれたHTMLがあります。
    このブロックでは、画像を入れたり、
    <span style="color: green">スタイル</span>を
    適用するか、HTMLで記述しています。PODパーサは
    HTML出力中にそれを完全に無視することはありません。 
</p><p>
</p>
<hr />
<h1><span id="see_also">参照</span></h1>
<p><em>perlpod</em>, <em>perldoc</em>, <a href="/Pod/Parser.html">the Pod::Parser manpage</a>
<p>
</p>
<hr />
<h1><span id="copyright">著作権</span></h1>
<p>Copyright 2005 J. Random Hacker <jrh@cpan.org>.</p>
<p>Permission is granted to copy, distribute and/or modify this 
document under the terms of the GNU Free Documentation 
License, Version 1.2 or any later version published by the 
Free Software Foundation; with no Invariant Sections, with 
no Front-Cover Texts, and with no Back-Cover Texts.</p>

POD における書式の詳細[編集]


POD ASCII Latin-1  UTF-8POD  POD  POD POD (=)POD"=cut" PODPOD POD POD 

POD  "verbatim paragraphs" 使 "command paragraphs"  POD  "ordinary paragraphs" 

ordinary paragraphs  command paragraphs POD POD

1(<)(>)B<bolded text> 

12(<<)(>>)B<< bolded text >> 使

POD 4

[]


Wall, Larry; Christiansen, Tom; & Orwant, Jon (2000). Programming Perl (3rd ed.). Sebastopol: O'Reilly & Associates. ISBN 0-12-345678-9.

[]



(一)^ HTMLHTML

[]


Perl







[]


Perl - 20041025
Perl - 20041019

.jp
perlpod - PerlPOD

pod2html - PODHTML

index of /Pod - PerlPODPod::××(Pod::)Html

The CPAN search site - Perl ()
perlpod - POD

perlpodspec - POD

pod2html - PODHTML

Pod::Html - PODHTML

Getopt::Euclid module -  POD 

Index of /src/NWCLARK/perl-5.8.8/pod/ - Perl POD

Index of /src/NWCLARK/perl-5.8.7/lib/ - POD