| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> |
|---|
| 3 | <head profile="http://purl.org/net/ns/metaprof"> |
|---|
| 4 | <!-- Document Metadata --> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 | <meta http-equiv="Content-Language" content="ja" /> |
|---|
| 7 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|---|
| 8 | <meta http-equiv="Content-Script-Type" content="text/javascript" /> |
|---|
| 9 | <meta http-equiv="imagetoolbar" content="no" /> |
|---|
| 10 | |
|---|
| 11 | <!-- Atom news feed --> |
|---|
| 12 | |
|---|
| 13 | <link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://coderepos.org/share/log/websites/perl-users.jp?limit=100&mode=stop_on_copy&format=rss" /> |
|---|
| 14 | <link rel="stylesheet" type="text/css" href="/css/fixed.css" /> |
|---|
| 15 | <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> |
|---|
| 16 | <link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> |
|---|
| 17 | |
|---|
| 18 | <title>用語集 - Perl-users.jp</title> |
|---|
| 19 | |
|---|
| 20 | <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> |
|---|
| 21 | <script type="text/javascript"> |
|---|
| 22 | _uacct = "UA-4463402-1"; |
|---|
| 23 | urchinTracker(); |
|---|
| 24 | </script> |
|---|
| 25 | <script src="/js/codepress/codepress.js" type="text/javascript"></script> |
|---|
| 26 | </head> |
|---|
| 27 | <body> |
|---|
| 28 | <div id="head-navigation"><a href="/">Perl-users.jp</a></div> |
|---|
| 29 | <!-- content start --> |
|---|
| 30 | <h1>Perl でよく出る用語集</h1> |
|---|
| 31 | <dl> |
|---|
| 32 | <dt><abbr title="There's More Than One Way To Do It">TMTOWTDI</abbr></dt> |
|---|
| 33 | <dd>「やり方はひとつじゃない」Perl のスローガン。同じ結果を導き出すコードを多種多様な書き方で書ける Perl の特徴を表している。</dd> |
|---|
| 34 | <dt><abbr title="Plain Old Document">POD</abbr></dt> |
|---|
| 35 | <dd>いわゆるマニュアル。通常ソースに埋め込む形で書かれている。<code>perldoc</code> などで整形して読むことができる。</dd> |
|---|
| 36 | </dl> |
|---|
| 37 | <!-- content end --> |
|---|
| 38 | </body> |
|---|
| 39 | </html> |
|---|