Changeset 12174
- Timestamp:
- 05/22/08 03:24:20 (5 years ago)
- Location:
- websites/perl-users.jp
- Files:
-
- 9 modified
-
html/books.html (modified) (1 diff)
-
html/index.html (modified) (1 diff)
-
html/keywords.html (modified) (1 diff)
-
html/modern_introduction_perl/index.html (modified) (1 diff)
-
html/use_case.html (modified) (1 diff)
-
html/whoswho.html (modified) (1 diff)
-
ttroot/header.tt (modified) (1 diff)
-
ttroot/modern_introduction_perl/header.tt (modified) (1 diff)
-
ttroot/modern_introduction_perl/perldoc.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/books.html
r12172 r12174 29 29 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 30 30 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 32 32 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 33 33 -
websites/perl-users.jp/html/index.html
r12172 r12174 29 29 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 30 30 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 32 32 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 33 33 -
websites/perl-users.jp/html/keywords.html
r12172 r12174 29 29 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 30 30 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 32 32 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 33 33 -
websites/perl-users.jp/html/modern_introduction_perl/index.html
r12172 r12174 28 28 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 29 29 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 30 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />30 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 31 31 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 32 32 -
websites/perl-users.jp/html/use_case.html
r12172 r12174 29 29 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 30 30 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 32 32 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 33 33 -
websites/perl-users.jp/html/whoswho.html
r12172 r12174 29 29 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 30 30 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />31 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 32 32 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 33 33 -
websites/perl-users.jp/ttroot/header.tt
r12172 r12174 28 28 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 29 29 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 30 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />30 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 31 31 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 32 32 -
websites/perl-users.jp/ttroot/modern_introduction_perl/header.tt
r12172 r12174 27 27 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 28 28 <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> 29 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" />29 <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution license" /> 30 30 <link rel="DCTERMS.conformsTo" href="http://www.w3.org/TR/xhtml1/" /> 31 31 -
websites/perl-users.jp/ttroot/modern_introduction_perl/perldoc.html
r12115 r12174 16 16 ------------------------------------------------------------------------------ 17 17 18 Perl には、説明書を読むためのツールとして perldoc というコマンドラインツールが標 19 準添付されています。このツールを使いこなして、ようやく Perl Monger としての初めの 20 一歩にたどりついたといえるでしょう。 18 Perl には、説明書を読むためのツールとして `perldoc` というコマンドラインツールが標準添付されています。 19 このツールを使いこなして、ようやく Perl Monger としての初めの一歩にたどりついたといえるでしょう。 21 20 22 21 23 22 ### perldoc の説明書をみる 24 23 25 perldoc の説明書も perl でみれます。24 `perldoc` の説明書も Perl でみれます。 26 25 27 26 % perldoc perldoc … … 29 28 とうつだけで OK。 30 29 31 30 32 31 ### マニュアルの目次をみる 33 32 34 33 % perldoc perl 35 34 36 とすると、 perl のマニュアルがみれます。これを全部よむ必要はありませんが、どうい37 うものがのっているのかを頭にいれておくと、べんりですね。35 とすると、Perl のマニュアルがみれます。 36 これを全部よむ必要はありませんが、どういうものがのっているのかを頭にいれておくと、べんりですね。 38 37 39 38 40 39 ### perldoc -f func 41 40 … … 45 44 46 45 のようにします。引数などがわからなくなったらすぐ調べましょう。 47 46 48 47 49 48 ### モジュールのドキュメントをみる … … 62 61 % perldoc -m Web::Scraper 63 62 64 とします。先人がかいた Perl のコードを読むことはとも勉強になりますので、どんど 65 んよみましょう。 63 とします。先人がかいた Perl のコードを読むことはとも勉強になりますので、どんどんよみましょう。 66 64 67 65 68 外部アプリケーションからの perldocの利用66 外部アプリケーションからの `perldoc` の利用 69 67 ------------------------------------------------------------------------------ 70 68 … … 73 71 (ここにanything.elの説明) 74 72 75 `anything-sources` に `anything-c-source-man-pages` を追加すると perldocも anything の対象になります。73 `anything-sources` に `anything-c-source-man-pages` を追加すると `perldoc` も anything の対象になります。 76 74 77 あとは anything を起動し、Moose などとタイプすると `Moose::*` といったドキュメントが一覧されますのでそこから開きたいドキュメントを選択することで簡単に perldoc を引くことができます。 75 あとは anything を起動し、Moose などとタイプすると `Moose::*` 76 といったドキュメントが一覧されますのでそこから開きたいドキュメントを選択することで簡単に `perldoc` を引くことができます。 78 77 79 78 [% END %]
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)